Searched refs:greybus_bus_type (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/greybus/
H A Dcore.c188 const struct bus_type greybus_bus_type = { variable in typeref:struct:bus_type
306 driver->driver.bus = &greybus_bus_type;
339 retval = bus_register(&greybus_bus_type);
361 bus_unregister(&greybus_bus_type);
373 bus_unregister(&greybus_bus_type);
H A Dhd.c180 hd->dev.bus = &greybus_bus_type;
H A Dmodule.c106 module->dev.bus = &greybus_bus_type;
H A Dbundle.c210 bundle->dev.bus = &greybus_bus_type;
H A Dcontrol.c467 control->dev.bus = &greybus_bus_type;
H A Dinterface.c808 intf->dev.bus = &greybus_bus_type;
H A Dsvc.c1328 svc->dev.bus = &greybus_bus_type;
/linux-master/include/linux/
H A Dgreybus.h107 extern const struct bus_type greybus_bus_type;

Completed in 258 milliseconds