Searched defs:ccw_bus_type (Results 1 - 1 of 1) sorted by relevance

/drivers/s390/cio/
H A Ddevice.c131 static struct bus_type ccw_bus_type; variable in typeref:struct:bus_type
199 ret = bus_register(&ccw_bus_type);
204 bus_unregister(&ccw_bus_type);
682 dev->bus = &ccw_bus_type;
702 dev = bus_find_device(&ccw_bus_type, NULL, dev_id, match_dev_id);
1283 bus_for_each_dev(&ccw_bus_type, NULL, &redo, recovery_check);
1351 bus_for_each_dev(&ccw_bus_type, NULL, NULL, purge_fn);
1992 static struct bus_type ccw_bus_type = { variable in typeref:struct:bus_type
2014 drv->bus = &ccw_bus_type;

Completed in 50 milliseconds