Home
last modified time | relevance | path

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

/openbmc/linux/drivers/soundwire/
H A Dbus_type.c75 struct bus_type sdw_bus_type = { variable
79 EXPORT_SYMBOL_GPL(sdw_bus_type);
209 drv->driver.bus = &sdw_bus_type; in __sdw_register_driver()
242 return bus_register(&sdw_bus_type); in sdw_bus_init()
248 bus_unregister(&sdw_bus_type); in sdw_bus_exit()
H A Dmaster.c140 md->dev.bus = &sdw_bus_type; in sdw_master_device_add()
H A Dslave.c53 slave->dev.bus = &sdw_bus_type; in sdw_slave_add()
/openbmc/linux/include/linux/soundwire/
H A Dsdw_type.h7 extern struct bus_type sdw_bus_type;
/openbmc/linux/sound/soc/intel/boards/
H A Dsof_sdw_rt_amp.c324 sdw_dev1 = bus_find_device_by_name(&sdw_bus_type, NULL, dai_links->codecs[0].name); in sof_sdw_rt_amp_init()
335 sdw_dev2 = bus_find_device_by_name(&sdw_bus_type, NULL, dai_links->codecs[1].name); in sof_sdw_rt_amp_init()
H A Dsof_sdw_rt711.c168 sdw_dev = bus_find_device_by_name(&sdw_bus_type, NULL, dai_links->codecs[0].name); in sof_sdw_rt711_init()
H A Dsof_sdw_rt_sdca_jack_common.c193 sdw_dev = bus_find_device_by_name(&sdw_bus_type, NULL, dai_links->codecs[0].name); in sof_sdw_rt_sdca_jack_init()
/openbmc/linux/sound/soc/codecs/
H A Dwcd938x-sdw.c87 return bus_find_device_by_of_node(&sdw_bus_type, np); in wcd938x_sdw_device_get()