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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dibmebus.h48 extern struct bus_type ibmebus_bus_type;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dibmebus.c51 struct bus_type ibmebus_bus_type; variable in typeref:struct:bus_type
168 dev->ofdev.dev.bus = &ibmebus_bus_type;
279 while ((dev = bus_find_device(&ibmebus_bus_type, NULL,
295 drv->driver.bus = &ibmebus_bus_type;
410 if (bus_find_device(&ibmebus_bus_type, NULL, path,
443 if ((dev = bus_find_device(&ibmebus_bus_type, NULL, path,
464 struct bus_type ibmebus_bus_type = { variable in typeref:struct:bus_type
470 EXPORT_SYMBOL(ibmebus_bus_type); variable
478 err = bus_register(&ibmebus_bus_type);
489 bus_unregister(&ibmebus_bus_type);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/ehea/
H A Dehea_main.c2444 port->ofdev.dev.bus = &ibmebus_bus_type;

Completed in 108 milliseconds