Home
last modified time | relevance | path

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

123456

/kernel/linux/linux-5.10/drivers/net/ethernet/ibm/emac/
Dtah.c23 int tah_attach(struct platform_device *ofdev, int channel) in tah_attach()
35 void tah_detach(struct platform_device *ofdev, int channel) in tah_detach()
44 void tah_reset(struct platform_device *ofdev) in tah_reset()
65 int tah_get_regs_len(struct platform_device *ofdev) in tah_get_regs_len()
71 void *tah_dump_regs(struct platform_device *ofdev, void *buf) in tah_dump_regs()
86 static int tah_probe(struct platform_device *ofdev) in tah_probe()
131 static int tah_remove(struct platform_device *ofdev) in tah_remove()
Dzmii.c81 int zmii_attach(struct platform_device *ofdev, int input, in zmii_attach()
148 void zmii_get_mdio(struct platform_device *ofdev, int input) in zmii_get_mdio()
161 void zmii_put_mdio(struct platform_device *ofdev, int input) in zmii_put_mdio()
170 void zmii_set_speed(struct platform_device *ofdev, int input, int speed) in zmii_set_speed()
191 void zmii_detach(struct platform_device *ofdev, int input) in zmii_detach()
210 int zmii_get_regs_len(struct platform_device *ofdev) in zmii_get_regs_len()
216 void *zmii_dump_regs(struct platform_device *ofdev, void *buf) in zmii_dump_regs()
231 static int zmii_probe(struct platform_device *ofdev) in zmii_probe()
279 static int zmii_remove(struct platform_device *ofdev) in zmii_remove()
Drgmii.c78 int rgmii_attach(struct platform_device *ofdev, int input, int mode) in rgmii_attach()
107 void rgmii_set_speed(struct platform_device *ofdev, int input, int speed) in rgmii_set_speed()
131 void rgmii_get_mdio(struct platform_device *ofdev, int input) in rgmii_get_mdio()
152 void rgmii_put_mdio(struct platform_device *ofdev, int input) in rgmii_put_mdio()
173 void rgmii_detach(struct platform_device *ofdev, int input) in rgmii_detach()
193 int rgmii_get_regs_len(struct platform_device *ofdev) in rgmii_get_regs_len()
199 void *rgmii_dump_regs(struct platform_device *ofdev, void *buf) in rgmii_dump_regs()
215 static int rgmii_probe(struct platform_device *ofdev) in rgmii_probe()
274 static int rgmii_remove(struct platform_device *ofdev) in rgmii_remove()
/kernel/linux/linux-4.19/drivers/net/ethernet/ibm/emac/
Dtah.c27 int tah_attach(struct platform_device *ofdev, int channel) in tah_attach()
39 void tah_detach(struct platform_device *ofdev, int channel) in tah_detach()
48 void tah_reset(struct platform_device *ofdev) in tah_reset()
69 int tah_get_regs_len(struct platform_device *ofdev) in tah_get_regs_len()
75 void *tah_dump_regs(struct platform_device *ofdev, void *buf) in tah_dump_regs()
90 static int tah_probe(struct platform_device *ofdev) in tah_probe()
135 static int tah_remove(struct platform_device *ofdev) in tah_remove()
Dzmii.c86 int zmii_attach(struct platform_device *ofdev, int input, int *mode) in zmii_attach()
152 void zmii_get_mdio(struct platform_device *ofdev, int input) in zmii_get_mdio()
165 void zmii_put_mdio(struct platform_device *ofdev, int input) in zmii_put_mdio()
174 void zmii_set_speed(struct platform_device *ofdev, int input, int speed) in zmii_set_speed()
195 void zmii_detach(struct platform_device *ofdev, int input) in zmii_detach()
214 int zmii_get_regs_len(struct platform_device *ofdev) in zmii_get_regs_len()
220 void *zmii_dump_regs(struct platform_device *ofdev, void *buf) in zmii_dump_regs()
235 static int zmii_probe(struct platform_device *ofdev) in zmii_probe()
283 static int zmii_remove(struct platform_device *ofdev) in zmii_remove()
Drgmii.c83 int rgmii_attach(struct platform_device *ofdev, int input, int mode) in rgmii_attach()
112 void rgmii_set_speed(struct platform_device *ofdev, int input, int speed) in rgmii_set_speed()
136 void rgmii_get_mdio(struct platform_device *ofdev, int input) in rgmii_get_mdio()
157 void rgmii_put_mdio(struct platform_device *ofdev, int input) in rgmii_put_mdio()
178 void rgmii_detach(struct platform_device *ofdev, int input) in rgmii_detach()
198 int rgmii_get_regs_len(struct platform_device *ofdev) in rgmii_get_regs_len()
204 void *rgmii_dump_regs(struct platform_device *ofdev, void *buf) in rgmii_dump_regs()
220 static int rgmii_probe(struct platform_device *ofdev) in rgmii_probe()
279 static int rgmii_remove(struct platform_device *ofdev) in rgmii_remove()
/kernel/linux/linux-4.19/drivers/net/can/mscan/
Dmpc5xxx_can.c51 static u32 mpc52xx_can_get_clock(struct platform_device *ofdev, in mpc52xx_can_get_clock()
108 static u32 mpc52xx_can_get_clock(struct platform_device *ofdev, in mpc52xx_can_get_clock()
116 static u32 mpc512x_can_get_clock(struct platform_device *ofdev, in mpc512x_can_get_clock()
273 static void mpc512x_can_put_clock(struct platform_device *ofdev) in mpc512x_can_put_clock()
282 static u32 mpc512x_can_get_clock(struct platform_device *ofdev, in mpc512x_can_get_clock()
291 static int mpc5xxx_can_probe(struct platform_device *ofdev) in mpc5xxx_can_probe()
364 static int mpc5xxx_can_remove(struct platform_device *ofdev) in mpc5xxx_can_remove()
386 static int mpc5xxx_can_suspend(struct platform_device *ofdev, pm_message_t state) in mpc5xxx_can_suspend()
397 static int mpc5xxx_can_resume(struct platform_device *ofdev) in mpc5xxx_can_resume()
/kernel/linux/linux-5.10/drivers/net/can/mscan/
Dmpc5xxx_can.c40 static u32 mpc52xx_can_get_clock(struct platform_device *ofdev, in mpc52xx_can_get_clock()
97 static u32 mpc52xx_can_get_clock(struct platform_device *ofdev, in mpc52xx_can_get_clock()
105 static u32 mpc512x_can_get_clock(struct platform_device *ofdev, in mpc512x_can_get_clock()
262 static void mpc512x_can_put_clock(struct platform_device *ofdev) in mpc512x_can_put_clock()
271 static u32 mpc512x_can_get_clock(struct platform_device *ofdev, in mpc512x_can_get_clock()
280 static int mpc5xxx_can_probe(struct platform_device *ofdev) in mpc5xxx_can_probe()
353 static int mpc5xxx_can_remove(struct platform_device *ofdev) in mpc5xxx_can_remove()
375 static int mpc5xxx_can_suspend(struct platform_device *ofdev, pm_message_t state) in mpc5xxx_can_suspend()
386 static int mpc5xxx_can_resume(struct platform_device *ofdev) in mpc5xxx_can_resume()
/kernel/linux/linux-5.10/drivers/tty/serial/8250/
D8250_of.c31 static int of_platform_serial_setup(struct platform_device *ofdev, in of_platform_serial_setup()
187 static int of_platform_serial_probe(struct platform_device *ofdev) in of_platform_serial_probe()
249 static int of_platform_serial_remove(struct platform_device *ofdev) in of_platform_serial_remove()
/kernel/linux/linux-4.19/drivers/tty/serial/8250/
D8250_of.c54 static int of_platform_serial_setup(struct platform_device *ofdev, in of_platform_serial_setup()
208 static int of_platform_serial_probe(struct platform_device *ofdev) in of_platform_serial_probe()
272 static int of_platform_serial_remove(struct platform_device *ofdev) in of_platform_serial_remove()
/kernel/linux/linux-4.19/drivers/usb/host/
Dfsl-mph-dr-of.c78 struct platform_device *ofdev, in fsl_usb2_device_register()
174 static int fsl_usb2_mph_dr_of_probe(struct platform_device *ofdev) in fsl_usb2_mph_dr_of_probe()
265 static int fsl_usb2_mph_dr_of_remove(struct platform_device *ofdev) in fsl_usb2_mph_dr_of_remove()
/kernel/linux/linux-5.10/drivers/usb/host/
Dfsl-mph-dr-of.c78 struct platform_device *ofdev, in fsl_usb2_device_register()
174 static int fsl_usb2_mph_dr_of_probe(struct platform_device *ofdev) in fsl_usb2_mph_dr_of_probe()
269 static int fsl_usb2_mph_dr_of_remove(struct platform_device *ofdev) in fsl_usb2_mph_dr_of_remove()
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
Dndfc.c33 struct platform_device *ofdev; member
185 static int ndfc_probe(struct platform_device *ofdev) in ndfc_probe()
244 static int ndfc_remove(struct platform_device *ofdev) in ndfc_remove()
Dpasemi_nand.c91 static int pasemi_nand_probe(struct platform_device *ofdev) in pasemi_nand_probe()
186 static int pasemi_nand_remove(struct platform_device *ofdev) in pasemi_nand_remove()
/kernel/linux/linux-4.19/drivers/mtd/nand/raw/
Dpasemi_nand.c93 static int pasemi_nand_probe(struct platform_device *ofdev) in pasemi_nand_probe()
186 static int pasemi_nand_remove(struct platform_device *ofdev) in pasemi_nand_remove()
Dndfc.c38 struct platform_device *ofdev; member
197 static int ndfc_probe(struct platform_device *ofdev) in ndfc_probe()
256 static int ndfc_remove(struct platform_device *ofdev) in ndfc_remove()
/kernel/linux/linux-4.19/drivers/net/ethernet/freescale/fs_enet/
Dmii-fec.c99 static int fs_enet_mdio_probe(struct platform_device *ofdev) in fs_enet_mdio_probe()
190 static int fs_enet_mdio_remove(struct platform_device *ofdev) in fs_enet_mdio_remove()
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/fs_enet/
Dmii-fec.c99 static int fs_enet_mdio_probe(struct platform_device *ofdev) in fs_enet_mdio_probe()
190 static int fs_enet_mdio_remove(struct platform_device *ofdev) in fs_enet_mdio_remove()
Dmii-bitbang.c152 static int fs_enet_mdio_probe(struct platform_device *ofdev) in fs_enet_mdio_probe()
195 static int fs_enet_mdio_remove(struct platform_device *ofdev) in fs_enet_mdio_remove()
/kernel/linux/linux-4.19/drivers/pcmcia/
Delectra_cf.c49 struct platform_device *ofdev; member
188 static int electra_cf_probe(struct platform_device *ofdev) in electra_cf_probe()
334 static int electra_cf_remove(struct platform_device *ofdev) in electra_cf_remove()
/kernel/linux/linux-5.10/drivers/pcmcia/
Delectra_cf.c36 struct platform_device *ofdev; member
175 static int electra_cf_probe(struct platform_device *ofdev) in electra_cf_probe()
308 static int electra_cf_remove(struct platform_device *ofdev) in electra_cf_remove()
/kernel/linux/linux-5.10/drivers/gpio/
Dgpio-mpc5200.c135 static int mpc52xx_wkup_gpiochip_probe(struct platform_device *ofdev) in mpc52xx_wkup_gpiochip_probe()
168 static int mpc52xx_gpiochip_remove(struct platform_device *ofdev) in mpc52xx_gpiochip_remove()
297 static int mpc52xx_simple_gpiochip_probe(struct platform_device *ofdev) in mpc52xx_simple_gpiochip_probe()
/kernel/linux/linux-4.19/drivers/gpio/
Dgpio-mpc5200.c147 static int mpc52xx_wkup_gpiochip_probe(struct platform_device *ofdev) in mpc52xx_wkup_gpiochip_probe()
180 static int mpc52xx_gpiochip_remove(struct platform_device *ofdev) in mpc52xx_gpiochip_remove()
309 static int mpc52xx_simple_gpiochip_probe(struct platform_device *ofdev) in mpc52xx_simple_gpiochip_probe()
/kernel/linux/linux-4.19/drivers/char/hw_random/
Dstm32-rng.c122 static int stm32_rng_probe(struct platform_device *ofdev) in stm32_rng_probe()
172 static int stm32_rng_remove(struct platform_device *ofdev) in stm32_rng_remove()
/kernel/linux/linux-5.10/drivers/char/hw_random/
Dstm32-rng.c113 static int stm32_rng_probe(struct platform_device *ofdev) in stm32_rng_probe()
164 static int stm32_rng_remove(struct platform_device *ofdev) in stm32_rng_remove()

123456