Searched refs:ccwgroup_bus_type (Results 1 – 1 of 1) sorted by relevance
34 static struct bus_type ccwgroup_bus_type; variable338 gdev->dev.bus = &ccwgroup_bus_type; in ccwgroup_create_dev()442 ret = bus_register(&ccwgroup_bus_type); in init_ccwgroup()446 ret = bus_register_notifier(&ccwgroup_bus_type, &ccwgroup_nb); in init_ccwgroup()448 bus_unregister(&ccwgroup_bus_type); in init_ccwgroup()455 bus_unregister_notifier(&ccwgroup_bus_type, &ccwgroup_nb); in cleanup_ccwgroup()456 bus_unregister(&ccwgroup_bus_type); in cleanup_ccwgroup()488 static struct bus_type ccwgroup_bus_type = { variable496 return dev->bus == &ccwgroup_bus_type; in dev_is_ccwgroup()509 cdriver->driver.bus = &ccwgroup_bus_type; in ccwgroup_driver_register()