Home
last modified time | relevance | path

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

/linux/drivers/greybus/
H A Dcore.c188 const struct bus_type greybus_bus_type = { variable
306 driver->driver.bus = &greybus_bus_type; in greybus_register_driver()
339 retval = bus_register(&greybus_bus_type); in gb_init()
361 bus_unregister(&greybus_bus_type); in gb_init()
373 bus_unregister(&greybus_bus_type); in gb_exit()
H A Dmodule.c106 module->dev.bus = &greybus_bus_type; in gb_module_create()
H A Dbundle.c210 bundle->dev.bus = &greybus_bus_type; in gb_bundle_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()
/linux/include/linux/
H A Dgreybus.h107 extern const struct bus_type greybus_bus_type;