Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/s390/cio/
Ddevice.c51 static struct bus_type ccw_bus_type; variable
197 ret = bus_register(&ccw_bus_type); in io_subchannel_init()
202 bus_unregister(&ccw_bus_type); in io_subchannel_init()
641 dev->bus = &ccw_bus_type; in ccw_device_add()
667 dev = bus_find_device(&ccw_bus_type, NULL, dev_id, match_dev_id); in get_ccwdev_by_dev_id()
1259 bus_for_each_dev(&ccw_bus_type, NULL, &redo, recovery_check); in recovery_work_func()
1327 bus_for_each_dev(&ccw_bus_type, NULL, NULL, purge_fn); in ccw_purge_blacklisted()
2002 static struct bus_type ccw_bus_type = { variable
2024 drv->bus = &ccw_bus_type; in ccw_driver_register()