Home
last modified time | relevance | path

Searched refs:clock_stop_quirks (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/drivers/soundwire/
Dintel.c1394 u32 clock_stop_quirks; in intel_master_startup() local
1487 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() local
1607 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() local
1658 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 …]
Dintel_init.c77 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()
Dintel.h36 u32 clock_stop_quirks; member
/Linux-v5.10/include/linux/soundwire/
Dsdw_intel.h159 u32 clock_stop_quirks; member
/Linux-v5.10/sound/soc/sof/intel/
Dhda.c161 res.clock_stop_quirks = sdw_clock_stop_quirks; in hda_sdw_probe()