Home
last modified time | relevance | path

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

/linux/drivers/soundwire/
H A Dintel.h193 if (SDW_INTEL_CHECK_OPS(sdw, stop_bus)) in sdw_intel_stop_bus()
194 return SDW_INTEL_OPS(sdw, stop_bus)(sdw, clock_stop); in sdw_intel_stop_bus()
H A Dintel.c1097 .stop_bus = intel_stop_bus,
H A Dintel_ace2x.c1121 .stop_bus = intel_stop_bus,
/linux/include/linux/soundwire/
H A Dsdw_intel.h427 int (*stop_bus)(struct sdw_intel *sdw, bool clock_stop); member