Home
last modified time | relevance | path

Searched refs:SDW_INTEL_CLK_STOP_BUS_RESET (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/include/linux/soundwire/
Dsdw_intel.h190 #define SDW_INTEL_CLK_STOP_BUS_RESET BIT(3) macro
/linux-6.1.9/drivers/soundwire/
Dintel.c1749 ((clock_stop_quirks & SDW_INTEL_CLK_STOP_BUS_RESET) || in intel_pm_prepare()
1810 if ((clock_stop_quirks & SDW_INTEL_CLK_STOP_BUS_RESET) || in intel_suspend()
1859 } else if (clock_stop_quirks & SDW_INTEL_CLK_STOP_BUS_RESET || !clock_stop_quirks) { in intel_suspend_runtime()
1980 } else if (clock_stop_quirks & SDW_INTEL_CLK_STOP_BUS_RESET) { in intel_resume_runtime()
/linux-6.1.9/sound/soc/sof/intel/
Dhda.c119 static int sdw_clock_stop_quirks = SDW_INTEL_CLK_STOP_BUS_RESET;