Home
last modified time | relevance | path

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

/openbmc/linux/drivers/greybus/
H A Dcore.c158 struct bus_type greybus_bus_type = { variable
276 driver->driver.bus = &greybus_bus_type; in greybus_register_driver()
309 retval = bus_register(&greybus_bus_type); in gb_init()
331 bus_unregister(&greybus_bus_type); in gb_init()
343 bus_unregister(&greybus_bus_type); in gb_exit()
H A Dbundle.c210 bundle->dev.bus = &greybus_bus_type; in gb_bundle_create()
H A Dmodule.c106 module->dev.bus = &greybus_bus_type; in gb_module_create()
H A Dhd.c180 hd->dev.bus = &greybus_bus_type; in gb_hd_create()
H A Dcontrol.c467 control->dev.bus = &greybus_bus_type; in gb_control_create()
H A Dinterface.c810 intf->dev.bus = &greybus_bus_type; in gb_interface_create()
H A Dsvc.c1328 svc->dev.bus = &greybus_bus_type; in gb_svc_create()
/openbmc/linux/include/linux/
H A Dgreybus.h107 extern struct bus_type greybus_bus_type;