Searched refs:of_platform_bus_type (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dof_platform.h15 * The of_platform_bus_type is a bus type used by drivers that do not
19 extern struct bus_type of_platform_bus_type;
23 * the "platform bus" (of_platform_bus_type)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dof_platform.c132 struct bus_type of_platform_bus_type = { variable in typeref:struct:bus_type
141 EXPORT_SYMBOL(of_platform_bus_type); variable
145 return bus_register(&of_platform_bus_type);
154 drv->driver.bus = &of_platform_bus_type;
234 dev->dev.bus = &of_platform_bus_type;
367 dev = bus_find_device(&of_platform_bus_type,
385 dev = bus_find_device(&of_platform_bus_type,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/celleb/
H A Diommu.c99 bus_register_notifier(&of_platform_bus_type, &celleb_of_bus_notifier);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/cell/
H A Diommu.c713 bus_register_notifier(&of_platform_bus_type, &cell_of_bus_notifier);

Completed in 50 milliseconds