Searched refs:of_device_register (Results 1 - 15 of 15) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-powerpc/
H A Dof_device.h31 extern int of_device_register(struct of_device *ofdev);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sparc/
H A Dof_device.h70 extern int of_device_register(struct of_device *ofdev);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc64/kernel/
H A Disa.c95 if (of_device_register(&isa_dev->ofdev) != 0) {
160 if (of_device_register(&isa_br->ofdev) != 0) {
H A Dof_device.c942 if (of_device_register(op)) {
1056 int of_device_register(struct of_device *ofdev) function
1096 if (of_device_register(dev) != 0) {
1107 EXPORT_SYMBOL(of_device_register); variable
H A Debus.c396 if (of_device_register(&dev->ofdev) != 0)
496 if (of_device_register(&ebus->ofdev) != 0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sparc64/
H A Dof_device.h71 extern int of_device_register(struct of_device *ofdev);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dof_device.c102 int of_device_register(struct of_device *ofdev) function
236 EXPORT_SYMBOL(of_device_register); variable
H A Dof_platform.c249 if (of_device_register(dev) != 0) {
H A Dibmebus.c178 if ((err = of_device_register(&dev->ofdev)) != 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc/kernel/
H A Dof_device.c655 if (of_device_register(op)) {
765 int of_device_register(struct of_device *ofdev) function
805 if (of_device_register(dev) != 0) {
816 EXPORT_SYMBOL(of_device_register); variable
H A Debus.c215 if (of_device_register(&dev->ofdev) != 0)
310 if (of_device_register(&ebus->ofdev) != 0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/sbus/
H A Dsbus.c78 if (of_device_register(&sdev->ofdev) != 0)
253 if (of_device_register(&sbus->ofdev) != 0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/aoa/soundbus/
H A Dcore.c194 return of_device_register(&dev->ofdev);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/macintosh/
H A Dmacio_asic.c410 if (of_device_register(&dev->ofdev) != 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/ehea/
H A Dehea_main.c2449 ret = of_device_register(&port->ofdev);

Completed in 300 milliseconds