Home
last modified time | relevance | path

Searched refs:start_bus_after_clock_stop (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/drivers/soundwire/
Dintel.h147 if (SDW_INTEL_CHECK_OPS(sdw, start_bus_after_clock_stop)) in sdw_intel_start_bus_after_clock_stop()
148 return SDW_INTEL_OPS(sdw, start_bus_after_clock_stop)(sdw); in sdw_intel_start_bus_after_clock_stop()
Dintel_ace2x.c655 .start_bus_after_clock_stop = intel_start_bus_after_clock_stop,
Dintel.c1047 .start_bus_after_clock_stop = intel_start_bus_after_clock_stop,
/Linux-v6.6/include/linux/soundwire/
Dsdw_intel.h408 int (*start_bus_after_clock_stop)(struct sdw_intel *sdw); member