Home
last modified time | relevance | path

Searched refs:sdw_bus_type (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/soundwire/
H A Dbus_type.c75 const struct bus_type sdw_bus_type = { variable
79 EXPORT_SYMBOL_GPL(sdw_bus_type);
205 drv->driver.bus = &sdw_bus_type; in __sdw_register_driver()
236 return bus_register(&sdw_bus_type); in sdw_bus_init()
242 bus_unregister(&sdw_bus_type); in sdw_bus_exit()
H A Dslave.c56 slave->dev.bus = &sdw_bus_type; in sdw_slave_add()
279 return bus_find_device_by_of_node(&sdw_bus_type, np); in of_sdw_find_device_by_node()
H A Dmaster.c140 md->dev.bus = &sdw_bus_type; in sdw_master_device_add()
/linux/include/linux/soundwire/
H A Dsdw_type.h7 extern const struct bus_type sdw_bus_type;
/linux/sound/soc/sdw_utils/
H A Dsoc_sdw_rt_amp.c282 sdw_dev1 = bus_find_device_by_name(&sdw_bus_type, NULL, dai_links->codecs[0].name); in asoc_sdw_rt_amp_init()
293 sdw_dev2 = bus_find_device_by_name(&sdw_bus_type, NULL, dai_links->codecs[1].name); in asoc_sdw_rt_amp_init()
H A Dsoc_sdw_rt711.c148 sdw_dev = bus_find_device_by_name(&sdw_bus_type, NULL, dai_links->codecs[0].name); in asoc_sdw_rt711_init()
H A Dsoc_sdw_rt_sdca_jack_common.c210 sdw_dev = bus_find_device_by_name(&sdw_bus_type, NULL, dai_links->codecs[0].name); in asoc_sdw_rt_sdca_jack_init()
H A Dsoc_sdw_utils.c1451 sdw_dev = bus_find_device_by_name(&sdw_bus_type, NULL, sdw_codec_name); in is_sdca_endpoint_present()