Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mcb/
H A Dmcb-core.c159 static struct bus_type mcb_bus_type = { variable
189 drv->driver.bus = &mcb_bus_type; in __mcb_register_driver()
230 dev->dev.bus = &mcb_bus_type; in mcb_device_register()
290 bus->dev.bus = &mcb_bus_type; in mcb_alloc_bus()
315 bus_for_each_dev(&mcb_bus_type, NULL, NULL, __mcb_devices_unregister); in mcb_devices_unregister()
410 bus_for_each_dev(&mcb_bus_type, NULL, NULL, __mcb_bus_add_devices); in mcb_bus_add_devices()
499 return bus_register(&mcb_bus_type); in mcb_init()
505 bus_unregister(&mcb_bus_type); in mcb_exit()