Searched refs:sdw_bus_type (Results 1 - 9 of 9) sorted by path

/linux-master/drivers/soundwire/
H A Dbus_type.c75 const struct bus_type sdw_bus_type = { variable in typeref:struct:bus_type
79 EXPORT_SYMBOL_GPL(sdw_bus_type); variable
209 drv->driver.bus = &sdw_bus_type;
242 return bus_register(&sdw_bus_type);
248 bus_unregister(&sdw_bus_type);
H A Dmaster.c140 md->dev.bus = &sdw_bus_type;
H A Dslave.c53 slave->dev.bus = &sdw_bus_type;
/linux-master/include/linux/soundwire/
H A Dsdw_type.h7 extern const struct bus_type sdw_bus_type;
/linux-master/sound/soc/codecs/
H A Dwcd938x-sdw.c87 return bus_find_device_by_of_node(&sdw_bus_type, np);
H A Dwcd939x-sdw.c133 return bus_find_device_by_of_node(&sdw_bus_type, np);
/linux-master/sound/soc/intel/boards/
H A Dsof_sdw_rt711.c178 sdw_dev = bus_find_device_by_name(&sdw_bus_type, NULL, dai_links->codecs[0].name);
H A Dsof_sdw_rt_amp.c300 sdw_dev1 = bus_find_device_by_name(&sdw_bus_type, NULL, dai_links->codecs[0].name);
311 sdw_dev2 = bus_find_device_by_name(&sdw_bus_type, NULL, dai_links->codecs[1].name);
H A Dsof_sdw_rt_sdca_jack_common.c211 sdw_dev = bus_find_device_by_name(&sdw_bus_type, NULL, dai_links->codecs[0].name);

Completed in 232 milliseconds