Searched refs:clock_stop_quirks (Results 1 – 5 of 5) sorted by relevance
1397 u32 clock_stop_quirks; in intel_master_startup() local1489 clock_stop_quirks = sdw->link_res->clock_stop_quirks; in intel_master_startup()1490 if (clock_stop_quirks & SDW_INTEL_CLK_STOP_NOT_ALLOWED) { in intel_master_startup()1597 u32 clock_stop_quirks; in intel_suspend() local1609 clock_stop_quirks = sdw->link_res->clock_stop_quirks; in intel_suspend()1611 if ((clock_stop_quirks & SDW_INTEL_CLK_STOP_BUS_RESET || in intel_suspend()1612 !clock_stop_quirks) && in intel_suspend()1651 u32 clock_stop_quirks; in intel_suspend_runtime() local1660 clock_stop_quirks = sdw->link_res->clock_stop_quirks; in intel_suspend_runtime()1662 if (clock_stop_quirks & SDW_INTEL_CLK_STOP_TEARDOWN) { in intel_suspend_runtime()[all …]
77 if (!link->clock_stop_quirks) in sdw_intel_cleanup()255 link->clock_stop_quirks = res->clock_stop_quirks; in sdw_intel_probe_controller()346 if (!link->clock_stop_quirks) { in sdw_intel_startup_controller()
36 u32 clock_stop_quirks; member
159 u32 clock_stop_quirks; member
172 res.clock_stop_quirks = sdw_clock_stop_quirks; in hda_sdw_probe()