Home
last modified time | relevance | path

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

/drivers/message/i2o/
Ddriver.c62 struct bus_type i2o_bus_type = { variable
98 drv->driver.bus = &i2o_bus_type; in i2o_driver_register()
353 rc = bus_register(&i2o_bus_type); in i2o_driver_init()
368 bus_unregister(&i2o_bus_type); in i2o_driver_exit()
Dcore.h24 extern struct bus_type i2o_bus_type;
Ddevice.c201 dev->device.bus = &i2o_bus_type; in i2o_device_alloc()