Searched refs:ibmebus_bus_type (Results 1 – 3 of 3) sorted by relevance
58 const struct bus_type ibmebus_bus_type; variable177 dev->dev.bus = &ibmebus_bus_type; in ibmebus_create_device()198 dev = bus_find_device(&ibmebus_bus_type, NULL, child, in ibmebus_create_devices()223 drv->driver.bus = &ibmebus_bus_type; in ibmebus_register_driver()282 dev = bus_find_device(&ibmebus_bus_type, NULL, path, in probe_store()318 if ((dev = bus_find_device(&ibmebus_bus_type, NULL, path, in remove_store()435 const struct bus_type ibmebus_bus_type = { variable445 EXPORT_SYMBOL(ibmebus_bus_type);453 err = bus_register(&ibmebus_bus_type); in ibmebus_bus_init()465 bus_unregister(&ibmebus_bus_type); in ibmebus_bus_init()[all …]
51 extern const struct bus_type ibmebus_bus_type;
2896 port->ofdev.dev.bus = &ibmebus_bus_type; in ehea_register_port()