Home
last modified time | relevance | path

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

/linux/drivers/soundwire/
H A Dintel.h179 if (SDW_INTEL_CHECK_OPS(sdw, start_bus_after_reset)) in sdw_intel_start_bus_after_reset()
180 return SDW_INTEL_OPS(sdw, start_bus_after_reset)(sdw); in sdw_intel_start_bus_after_reset()
H A Dintel.c1095 .start_bus_after_reset = intel_start_bus_after_reset,
/linux/include/linux/soundwire/
H A Dsdw_intel.h425 int (*start_bus_after_reset)(struct sdw_intel *sdw); member