Home
last modified time | relevance | path

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

/openbmc/linux/drivers/soundwire/
H A Dintel.h142 if (SDW_INTEL_CHECK_OPS(sdw, start_bus_after_reset)) in sdw_intel_start_bus_after_reset()
143 return SDW_INTEL_OPS(sdw, start_bus_after_reset)(sdw); in sdw_intel_start_bus_after_reset()
H A Dintel_ace2x.c655 .start_bus_after_reset = intel_start_bus_after_reset,
H A Dintel.c1046 .start_bus_after_reset = intel_start_bus_after_reset,
/openbmc/linux/include/linux/soundwire/
H A Dsdw_intel.h407 int (*start_bus_after_reset)(struct sdw_intel *sdw); member