Searched refs:isa_bus_type (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/base/
H A Disa.c85 static const struct bus_type isa_bus_type = { variable in typeref:struct:bus_type
118 isa_driver->driver.bus = &isa_bus_type;
135 isa_dev->dev.bus = &isa_bus_type;
170 error = bus_register(&isa_bus_type);
174 bus_unregister(&isa_bus_type);

Completed in 206 milliseconds