Searched refs:clock_stop_quirks (Results 1 – 5 of 5) sorted by relevance
1394 u32 clock_stop_quirks; in intel_master_startup() local1487 clock_stop_quirks = sdw->link_res->clock_stop_quirks; in intel_master_startup()1488 if (clock_stop_quirks & SDW_INTEL_CLK_STOP_NOT_ALLOWED) { in intel_master_startup()1595 u32 clock_stop_quirks; in intel_suspend() local1607 clock_stop_quirks = sdw->link_res->clock_stop_quirks; in intel_suspend()1609 if ((clock_stop_quirks & SDW_INTEL_CLK_STOP_BUS_RESET || in intel_suspend()1610 !clock_stop_quirks) && in intel_suspend()1649 u32 clock_stop_quirks; in intel_suspend_runtime() local1658 clock_stop_quirks = sdw->link_res->clock_stop_quirks; in intel_suspend_runtime()1660 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
161 res.clock_stop_quirks = sdw_clock_stop_quirks; in hda_sdw_probe()