Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/soundwire/
H A Dintel.c1397 u32 clock_stop_quirks; in intel_master_startup() local
1489 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() local
1609 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() local
1660 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 …]
H A 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()
H A Dintel.h36 u32 clock_stop_quirks; member
/OK3568_Linux_fs/kernel/include/linux/soundwire/
H A Dsdw_intel.h159 u32 clock_stop_quirks; member
/OK3568_Linux_fs/kernel/sound/soc/sof/intel/
H A Dhda.c172 res.clock_stop_quirks = sdw_clock_stop_quirks; in hda_sdw_probe()