Home
last modified time | relevance | path

Searched defs:ofdev (Results 1 – 25 of 62) sorted by relevance

123

/linux/drivers/net/ethernet/ibm/emac/
H A Dtah.c25 int tah_attach(struct platform_device *ofdev, int channel) in tah_attach()
37 void tah_detach(struct platform_device *ofdev, int channel) in tah_detach()
46 void tah_reset(struct platform_device *ofdev) in tah_reset()
67 int tah_get_regs_len(struct platform_device *ofdev) in tah_get_regs_len()
73 void *tah_dump_regs(struct platform_device *ofdev, void *buf) in tah_dump_regs()
88 static int tah_probe(struct platform_device *ofdev) in tah_probe()
H A Dzmii.c83 int zmii_attach(struct platform_device *ofdev, int input, in zmii_attach()
150 void zmii_get_mdio(struct platform_device *ofdev, int input) in zmii_get_mdio()
163 void zmii_put_mdio(struct platform_device *ofdev, int input) in zmii_put_mdio()
172 void zmii_set_speed(struct platform_device *ofdev, int input, int speed) in zmii_set_speed()
193 void zmii_detach(struct platform_device *ofdev, int input) in zmii_detach()
212 int zmii_get_regs_len(struct platform_device *ofdev) in zmii_get_regs_len()
218 void *zmii_dump_regs(struct platform_device *ofdev, void *buf) in zmii_dump_regs()
233 static int zmii_probe(struct platform_device *ofdev) in zmii_probe()
H A Dmal.c516 static int mal_probe(struct platform_device *ofdev) in mal_probe()
699 static void mal_remove(struct platform_device *ofdev) in mal_remove()
/linux/drivers/tty/serial/8250/
H A D8250_of.c87 static int of_platform_serial_setup(struct platform_device *ofdev, in of_platform_serial_setup()
201 static int of_platform_serial_probe(struct platform_device *ofdev) in of_platform_serial_probe()
277 static void of_platform_serial_remove(struct platform_device *ofdev) in of_platform_serial_remove()
/linux/drivers/usb/host/
H A Dfsl-mph-dr-of.c79 struct platform_device *ofdev, in fsl_usb2_device_register()
177 static int fsl_usb2_mph_dr_of_probe(struct platform_device *ofdev) in fsl_usb2_mph_dr_of_probe()
269 static void fsl_usb2_mph_dr_of_remove(struct platform_device *ofdev) in fsl_usb2_mph_dr_of_remove()
H A Dfhci-hcd.c561 static int of_fhci_probe(struct platform_device *ofdev) in of_fhci_probe()
777 static void of_fhci_remove(struct platform_device *ofdev) in of_fhci_remove()
/linux/drivers/pcmcia/
H A Delectra_cf.c36 struct platform_device *ofdev; member
175 static int electra_cf_probe(struct platform_device *ofdev) in electra_cf_probe()
310 static void electra_cf_remove(struct platform_device *ofdev) in electra_cf_remove()
/linux/drivers/net/ethernet/freescale/fs_enet/
H A Dmii-fec.c97 static int fs_enet_mdio_probe(struct platform_device *ofdev) in fs_enet_mdio_probe()
184 static void fs_enet_mdio_remove(struct platform_device *ofdev) in fs_enet_mdio_remove()
H A Dmii-bitbang.c149 static int fs_enet_mdio_probe(struct platform_device *ofdev) in fs_enet_mdio_probe()
192 static void fs_enet_mdio_remove(struct platform_device *ofdev) in fs_enet_mdio_remove()
/linux/drivers/gpio/
H A Dgpio-mpc5200.c137 static int mpc52xx_wkup_gpiochip_probe(struct platform_device *ofdev) in mpc52xx_wkup_gpiochip_probe()
170 static void mpc52xx_gpiochip_remove(struct platform_device *ofdev) in mpc52xx_gpiochip_remove()
299 static int mpc52xx_simple_gpiochip_probe(struct platform_device *ofdev) in mpc52xx_simple_gpiochip_probe()
/linux/drivers/mtd/nand/raw/
H A Dpasemi_nand.c96 static int pasemi_nand_probe(struct platform_device *ofdev) in pasemi_nand_probe()
200 static void pasemi_nand_remove(struct platform_device *ofdev) in pasemi_nand_remove()
H A Dsocrates_nand.c137 static int socrates_nand_probe(struct platform_device *ofdev) in socrates_nand_probe()
205 static void socrates_nand_remove(struct platform_device *ofdev) in socrates_nand_remove()
H A Dfsl_upm.c163 static int fun_probe(struct platform_device *ofdev) in fun_probe()
238 static void fun_remove(struct platform_device *ofdev) in fun_remove()
/linux/drivers/i2c/busses/
H A Di2c-cpm.c98 struct platform_device *ofdev; member
425 struct platform_device *ofdev = cpm->ofdev; in cpm_i2c_setup() local
633 static int cpm_i2c_probe(struct platform_device *ofdev) in cpm_i2c_probe()
679 static void cpm_i2c_remove(struct platform_device *ofdev) in cpm_i2c_remove()
H A Di2c-ibm_iic.c651 static int iic_request_irq(struct platform_device *ofdev, in iic_request_irq()
682 static int iic_probe(struct platform_device *ofdev) in iic_probe()
764 static void iic_remove(struct platform_device *ofdev) in iic_remove()
/linux/arch/sparc/kernel/
H A Dleon_pci.c26 void leon_pci_init(struct platform_device *ofdev, struct leon_pci_info *info) in leon_pci_init()
/linux/drivers/ata/
H A Dpata_of_platform.c22 static int pata_of_platform_probe(struct platform_device *ofdev) in pata_of_platform_probe()
/linux/drivers/dma/
H A Dfsl_raid.c623 static int fsl_re_chan_probe(struct platform_device *ofdev, in fsl_re_chan_probe()
746 static int fsl_re_probe(struct platform_device *ofdev) in fsl_re_probe()
860 static void fsl_re_remove(struct platform_device *ofdev) in fsl_re_remove()
/linux/arch/powerpc/sysdev/
H A Dfsl_pmc.c59 static int pmc_probe(struct platform_device *ofdev) in pmc_probe()
/linux/drivers/spi/
H A Dspi-fsl-lib.c114 int of_mpc8xxx_spi_probe(struct platform_device *ofdev) in of_mpc8xxx_spi_probe()
/linux/drivers/soc/fsl/qe/
H A Dqe.c655 static int qe_resume(struct platform_device *ofdev) in qe_resume()
662 static int qe_probe(struct platform_device *ofdev) in qe_probe()
/linux/drivers/macintosh/
H A Dmacio_sysfs.c44 struct platform_device *ofdev; in devspec_show() local
/linux/drivers/of/
H A Dplatform.c45 int of_device_add(struct platform_device *ofdev) in of_device_add()
71 void of_device_unregister(struct platform_device *ofdev) in of_device_unregister()
/linux/drivers/char/hw_random/
H A Dstm32-rng.c371 static void stm32_rng_remove(struct platform_device *ofdev) in stm32_rng_remove()
531 static int stm32_rng_probe(struct platform_device *ofdev) in stm32_rng_probe()
/linux/drivers/tty/serial/
H A Ducc_uart.c1169 static int soft_uart_init(struct platform_device *ofdev) in soft_uart_init()
1226 static int soft_uart_init(struct platform_device *ofdev) in soft_uart_init()
1234 static int ucc_uart_probe(struct platform_device *ofdev) in ucc_uart_probe()
1456 static void ucc_uart_remove(struct platform_device *ofdev) in ucc_uart_remove()

123