Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
H A Dibmebus.c56 struct bus_type ibmebus_bus_type; variable
171 dev->dev.bus = &ibmebus_bus_type; in ibmebus_create_device()
192 dev = bus_find_device(&ibmebus_bus_type, NULL, child, in ibmebus_create_devices()
217 drv->driver.bus = &ibmebus_bus_type; in ibmebus_register_driver()
276 dev = bus_find_device(&ibmebus_bus_type, NULL, path, in probe_store()
312 if ((dev = bus_find_device(&ibmebus_bus_type, NULL, path, in remove_store()
425 struct bus_type ibmebus_bus_type = { variable
435 EXPORT_SYMBOL(ibmebus_bus_type); variable
443 err = bus_register(&ibmebus_bus_type); in ibmebus_bus_init()
455 bus_unregister(&ibmebus_bus_type); in ibmebus_bus_init()
[all...]
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H A Dibmebus.c58 struct bus_type ibmebus_bus_type; variable
177 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 struct bus_type ibmebus_bus_type = { variable
445 EXPORT_SYMBOL(ibmebus_bus_type); variable
453 err = bus_register(&ibmebus_bus_type); in ibmebus_bus_init()
465 bus_unregister(&ibmebus_bus_type); in ibmebus_bus_init()
[all...]
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dibmebus.h49 extern struct bus_type ibmebus_bus_type;
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dibmebus.h51 extern struct bus_type ibmebus_bus_type;
/kernel/linux/linux-5.10/drivers/net/ethernet/ibm/ehea/
H A Dehea_main.c2892 port->ofdev.dev.bus = &ibmebus_bus_type; in ehea_register_port()
/kernel/linux/linux-6.6/drivers/net/ethernet/ibm/ehea/
H A Dehea_main.c2896 port->ofdev.dev.bus = &ibmebus_bus_type; in ehea_register_port()

Completed in 11 milliseconds