Searched refs:ibmebus_bus_type (Results 1 – 3 of 3) sorted by relevance
57 struct bus_type ibmebus_bus_type; variable172 dev->dev.bus = &ibmebus_bus_type; in ibmebus_create_device()193 dev = bus_find_device(&ibmebus_bus_type, NULL, child, in ibmebus_create_devices()218 drv->driver.bus = &ibmebus_bus_type; in ibmebus_register_driver()277 dev = bus_find_device(&ibmebus_bus_type, NULL, path, in probe_store()313 if ((dev = bus_find_device(&ibmebus_bus_type, NULL, path, in remove_store()425 struct bus_type ibmebus_bus_type = { variable435 EXPORT_SYMBOL(ibmebus_bus_type);443 err = bus_register(&ibmebus_bus_type); in ibmebus_bus_init()454 bus_unregister(&ibmebus_bus_type); in ibmebus_bus_init()[all …]
49 extern struct bus_type ibmebus_bus_type;
2893 port->ofdev.dev.bus = &ibmebus_bus_type; in ehea_register_port()
Completed in 11 milliseconds