Searched refs:i3c_bus_type (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/i3c/
H A Dinternals.h13 extern const struct bus_type i3c_bus_type;
H A Ddevice.c271 drv->driver.bus = &i3c_bus_type;
H A Dmaster.c338 const struct bus_type i3c_bus_type = { variable in typeref:struct:bus_type
1641 desc->dev->dev.bus = &i3c_bus_type;
2741 master->dev.bus = &i3c_bus_type;
3006 res = bus_register(&i3c_bus_type);
3023 bus_unregister(&i3c_bus_type);

Completed in 228 milliseconds