Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/s390/cio/
Dccwgroup.c43 static struct bus_type ccwgroup_bus_type; variable
328 gdev->dev.bus = &ccwgroup_bus_type; in ccwgroup_create_from_string()
421 ret = bus_register(&ccwgroup_bus_type); in init_ccwgroup()
425 ret = bus_register_notifier(&ccwgroup_bus_type, &ccwgroup_nb); in init_ccwgroup()
427 bus_unregister(&ccwgroup_bus_type); in init_ccwgroup()
434 bus_unregister_notifier(&ccwgroup_bus_type, &ccwgroup_nb); in cleanup_ccwgroup()
435 bus_unregister(&ccwgroup_bus_type); in cleanup_ccwgroup()
543 static struct bus_type ccwgroup_bus_type = { variable
561 cdriver->driver.bus = &ccwgroup_bus_type; in ccwgroup_driver_register()