Searched defs:ofdev (Results 1 - 25 of 71) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/macintosh/
H A Dmacio_sysfs.c55 struct platform_device *ofdev; local
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ibm_newemac/
H A Dtah.c26 int __devinit tah_attach(struct platform_device *ofdev, int channel) argument
38 void tah_detach(struct platform_device *ofdev, int channel) argument
47 void tah_reset(struct platform_device *ofdev) argument
69 int tah_get_regs_len(struct platform_device *ofdev) argument
75 void *tah_dump_regs(struct platform_device *ofdev, void *buf) argument
90 tah_probe(struct platform_device *ofdev, const struct of_device_id *match) argument
142 tah_remove(struct platform_device *ofdev) argument
[all...]
H A Drgmii.h54 struct platform_device *ofdev; member in struct:rgmii_instance
H A Dzmii.h51 struct platform_device *ofdev; member in struct:zmii_instance
H A Drgmii.c95 int __devinit rgmii_attach(struct platform_device *ofdev, int input, int mode) argument
124 void rgmii_set_speed(struct platform_device *ofdev, int input, int speed) argument
146 void rgmii_get_mdio(struct platform_device *ofdev, int input) argument
167 void rgmii_put_mdio(struct platform_device *ofdev, int input) argument
188 rgmii_detach(struct platform_device *ofdev, int input) argument
208 rgmii_get_regs_len(struct platform_device *ofdev) argument
214 rgmii_dump_regs(struct platform_device *ofdev, void *buf) argument
230 rgmii_probe(struct platform_device *ofdev, const struct of_device_id *match) argument
295 rgmii_remove(struct platform_device *ofdev) argument
[all...]
H A Dtah.h51 struct platform_device *ofdev; member in struct:tah_instance
H A Dzmii.c85 int __devinit zmii_attach(struct platform_device *ofdev, int input, int *mode) argument
151 void zmii_get_mdio(struct platform_device *ofdev, int input) argument
164 void zmii_put_mdio(struct platform_device *ofdev, int input) argument
173 void zmii_set_speed(struct platform_device *ofdev, int input, int speed) argument
194 zmii_detach(struct platform_device *ofdev, int input) argument
213 zmii_get_regs_len(struct platform_device *ofdev) argument
219 zmii_dump_regs(struct platform_device *ofdev, void *buf) argument
234 zmii_probe(struct platform_device *ofdev, const struct of_device_id *match) argument
289 zmii_remove(struct platform_device *ofdev) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/spi/
H A Dxilinx_spi_of.c41 static int __devinit xilinx_spi_of_probe(struct platform_device *ofdev, argument
87 xilinx_spi_remove(struct platform_device *ofdev) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A Dpata_of_platform.c17 static int __devinit pata_of_platform_probe(struct platform_device *ofdev, argument
81 static int __devexit pata_of_platform_remove(struct platform_device *ofdev) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/sysdev/
H A Dfsl_pmc.c61 static int pmc_probe(struct platform_device *ofdev, argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/fs_enet/
H A Dmii-fec.c104 static int __devinit fs_enet_mdio_probe(struct platform_device *ofdev, argument
195 static int fs_enet_mdio_remove(struct platform_device *ofdev) argument
[all...]
H A Dmii-bitbang.c148 static int __devinit fs_enet_mdio_probe(struct platform_device *ofdev, argument
198 static int fs_enet_mdio_remove(struct platform_device *ofdev) argument
H A Dmac-fec.c99 struct platform_device *ofdev = to_platform_device(fep->dev); local
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/of/
H A Ddevice.c53 struct platform_device *ofdev; local
62 struct platform_device *ofdev; local
93 struct platform_device *ofdev; local
101 of_device_register(struct platform_device *ofdev) argument
122 of_device_unregister(struct platform_device *ofdev) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/can/sja1000/
H A Dsja1000_of_platform.c70 static int __devexit sja1000_ofp_remove(struct platform_device *ofdev) argument
90 static int __devinit sja1000_ofp_probe(struct platform_device *ofdev, argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dof_serial.c29 static int __devinit of_platform_serial_setup(struct platform_device *ofdev, argument
82 static int __devinit of_platform_serial_probe(struct platform_device *ofdev, argument
136 of_platform_serial_remove(struct platform_device *ofdev) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/host/
H A Dsdhci-of-core.c88 static int sdhci_of_suspend(struct platform_device *ofdev, pm_message_t state) argument
95 static int sdhci_of_resume(struct platform_device *ofdev) argument
118 static int __devinit sdhci_of_probe(struct platform_device *ofdev, argument
186 static int __devexit sdhci_of_remove(struct platform_device *ofdev) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/nand/
H A Dpasemi_nand.c92 static int __devinit pasemi_nand_probe(struct platform_device *ofdev, argument
188 static int __devexit pasemi_nand_remove(struct platform_device *ofdev) argument
H A Dfsl_upm.c220 static int __devinit fun_probe(struct platform_device *ofdev, argument
338 fun_remove(struct platform_device *ofdev) argument
[all...]
H A Dndfc.c38 struct platform_device *ofdev; member in struct:ndfc_controller
228 static int __devinit ndfc_probe(struct platform_device *ofdev, argument
280 ndfc_remove(struct platform_device *ofdev) argument
[all...]
H A Dsocrates_nand.c165 static int __devinit socrates_nand_probe(struct platform_device *ofdev, argument
279 static int __devexit socrates_nand_remove(struct platform_device *ofdev) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/phy/
H A Dmdio-gpio.c191 static int __devinit mdio_ofgpio_probe(struct platform_device *ofdev, argument
227 static int __devexit mdio_ofgpio_remove(struct platform_device *ofdev) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/hw_random/
H A Dpasemi-rng.c97 static int __devinit rng_probe(struct platform_device *ofdev, argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/52xx/
H A Dmpc52xx_gpio.c150 static int __devinit mpc52xx_wkup_gpiochip_probe(struct platform_device *ofdev, argument
182 static int mpc52xx_gpiochip_remove(struct platform_device *ofdev) argument
313 static int __devinit mpc52xx_simple_gpiochip_probe(struct platform_device *ofdev, argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/leds/
H A Dleds-gpio.c227 static int __devinit of_gpio_leds_probe(struct platform_device *ofdev, argument
286 static int __devexit of_gpio_leds_remove(struct platform_device *ofdev) argument

Completed in 243 milliseconds

123