Searched refs:ccw_bus_type (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/cio/ |
H A D | device.c | 52 static struct bus_type ccw_bus_type; variable 198 ret = bus_register(&ccw_bus_type); in io_subchannel_init() 203 bus_unregister(&ccw_bus_type); in io_subchannel_init() 642 dev->bus = &ccw_bus_type; in ccw_device_add() 668 dev = bus_find_device(&ccw_bus_type, NULL, dev_id, match_dev_id); in get_ccwdev_by_dev_id() 1291 bus_for_each_dev(&ccw_bus_type, NULL, &redo, recovery_check); in recovery_work_func() 1359 bus_for_each_dev(&ccw_bus_type, NULL, NULL, purge_fn); in ccw_purge_blacklisted() 2033 static struct bus_type ccw_bus_type = { variable 2055 drv->bus = &ccw_bus_type; in ccw_driver_register()
|
/kernel/linux/linux-6.6/drivers/s390/cio/ |
H A D | device.c | 52 static struct bus_type ccw_bus_type; variable 184 ret = bus_register(&ccw_bus_type); in io_subchannel_init() 189 bus_unregister(&ccw_bus_type); in io_subchannel_init() 649 dev = bus_find_device(&ccw_bus_type, NULL, dev_id, match_dev_id); in get_ccwdev_by_dev_id() 754 cdev->dev.bus = &ccw_bus_type; in io_subchannel_initialize_dev() 1280 bus_for_each_dev(&ccw_bus_type, NULL, &redo, recovery_check); in recovery_work_func() 1350 bus_for_each_dev(&ccw_bus_type, NULL, NULL, purge_fn); in ccw_purge_blacklisted() 1779 static struct bus_type ccw_bus_type = { variable 1800 drv->bus = &ccw_bus_type; in ccw_driver_register()
|
Completed in 5 milliseconds