Home
last modified time | relevance | path

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

/openbmc/linux/drivers/s390/cio/
H A Dccwgroup.c34 static struct bus_type ccwgroup_bus_type; variable
332 gdev->dev.bus = &ccwgroup_bus_type; in ccwgroup_create_dev()
426 ret = bus_register(&ccwgroup_bus_type); in init_ccwgroup()
430 ret = bus_register_notifier(&ccwgroup_bus_type, &ccwgroup_nb); in init_ccwgroup()
432 bus_unregister(&ccwgroup_bus_type); in init_ccwgroup()
439 bus_unregister_notifier(&ccwgroup_bus_type, &ccwgroup_nb); in cleanup_ccwgroup()
440 bus_unregister(&ccwgroup_bus_type); in cleanup_ccwgroup()
468 static struct bus_type ccwgroup_bus_type = { variable
477 return dev->bus == &ccwgroup_bus_type; in dev_is_ccwgroup()
490 cdriver->driver.bus = &ccwgroup_bus_type; in ccwgroup_driver_register()