Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/soundwire/
Dintel_auxdevice.c481 ((clock_stop_quirks & SDW_INTEL_CLK_STOP_BUS_RESET) || in intel_pm_prepare()
542 if ((clock_stop_quirks & SDW_INTEL_CLK_STOP_BUS_RESET) || in intel_suspend()
591 } else if (clock_stop_quirks & SDW_INTEL_CLK_STOP_BUS_RESET || !clock_stop_quirks) { in intel_suspend_runtime()
714 } else if (clock_stop_quirks & SDW_INTEL_CLK_STOP_BUS_RESET) { in intel_resume_runtime()
/Linux-v6.6/include/linux/soundwire/
Dsdw_intel.h265 #define SDW_INTEL_CLK_STOP_BUS_RESET BIT(3) macro
/Linux-v6.6/sound/soc/sof/intel/
Dhda.c94 static int sdw_clock_stop_quirks = SDW_INTEL_CLK_STOP_BUS_RESET;