Searched refs:ibmebus_bus_type (Results 1 – 3 of 3) sorted by relevance
58 const struct bus_type ibmebus_bus_type; variable178 dev->dev.bus = &ibmebus_bus_type; in ibmebus_create_device()199 dev = bus_find_device(&ibmebus_bus_type, NULL, child, in ibmebus_create_devices()224 drv->driver.bus = &ibmebus_bus_type; in ibmebus_register_driver()283 dev = bus_find_device(&ibmebus_bus_type, NULL, path, in probe_store()319 if ((dev = bus_find_device(&ibmebus_bus_type, NULL, path, in remove_store()436 const struct bus_type ibmebus_bus_type = { variable446 EXPORT_SYMBOL(ibmebus_bus_type);454 err = bus_register(&ibmebus_bus_type); in ibmebus_bus_init()466 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()