Searched refs:sdw_bus_type (Results 1 – 7 of 7) sorted by relevance
74 struct bus_type sdw_bus_type = { variable78 EXPORT_SYMBOL_GPL(sdw_bus_type);183 drv->driver.bus = &sdw_bus_type; in __sdw_register_driver()220 return bus_register(&sdw_bus_type); in sdw_bus_init()226 bus_unregister(&sdw_bus_type); in sdw_bus_exit()
140 md->dev.bus = &sdw_bus_type; in sdw_master_device_add()
52 slave->dev.bus = &sdw_bus_type; in sdw_slave_add()
7 extern struct bus_type sdw_bus_type;
165 sdw_dev = bus_find_device_by_name(&sdw_bus_type, NULL, dai_links->codecs[0].name); in sof_sdw_rt711_init()
166 sdw_dev = bus_find_device_by_name(&sdw_bus_type, NULL, dai_links->codecs[0].name); in sof_sdw_rt711_sdca_init()
87 return bus_find_device_by_of_node(&sdw_bus_type, np); in wcd938x_sdw_device_get()
Completed in 13 milliseconds