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

/linux-master/drivers/soundwire/
H A Dintel_auxdevice.c284 u32 clock_stop_quirks; local
343 clock_stop_quirks = sdw->link_res->clock_stop_quirks;
344 if (clock_stop_quirks & SDW_INTEL_CLK_STOP_NOT_ALLOWED) {
471 u32 clock_stop_quirks; local
480 clock_stop_quirks = sdw->link_res->clock_stop_quirks;
484 ((clock_stop_quirks & SDW_INTEL_CLK_STOP_BUS_RESET) ||
485 !clock_stop_quirks)) {
531 u32 clock_stop_quirks; local
576 u32 clock_stop_quirks; local
681 u32 clock_stop_quirks; local
[all...]
H A Dintel_init.c84 link->clock_stop_quirks = res->clock_stop_quirks;
132 if (!ldev->link_res.clock_stop_quirks)
308 if (!ldev->link_res.clock_stop_quirks) {
H A Dintel.h24 * @clock_stop_quirks: mask defining requested behavior on pm_suspend
44 u32 clock_stop_quirks; member in struct:sdw_intel_link_res
/linux-master/include/linux/soundwire/
H A Dsdw_intel.h319 * @clock_stop_quirks: mask array of possible behaviors requested by the
338 u32 clock_stop_quirks; member in struct:sdw_intel_res
/linux-master/sound/soc/sof/intel/
H A Dhda.c276 res.clock_stop_quirks = sdw_clock_stop_quirks;

Completed in 331 milliseconds