Home
last modified time | relevance | path

Searched defs:mdiodev (Results 1 – 25 of 39) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/net/phy/
H A Dmdio_device.c25 void mdio_device_free(struct mdio_device *mdiodev) in mdio_device_free()
38 struct mdio_device *mdiodev = to_mdio_device(dev); in mdio_device_bus_match() local
49 struct mdio_device *mdiodev; in mdio_device_create() local
76 int mdio_device_register(struct mdio_device *mdiodev) in mdio_device_register()
109 void mdio_device_remove(struct mdio_device *mdiodev) in mdio_device_remove()
116 void mdio_device_reset(struct mdio_device *mdiodev, int value) in mdio_device_reset()
148 struct mdio_device *mdiodev = to_mdio_device(dev); in mdio_probe() local
169 struct mdio_device *mdiodev = to_mdio_device(dev); in mdio_remove() local
184 struct mdio_device *mdiodev = to_mdio_device(dev); in mdio_shutdown() local
H A Dmdio_bus.c43 static int mdiobus_register_gpiod(struct mdio_device *mdiodev) in mdiobus_register_gpiod()
57 static int mdiobus_register_reset(struct mdio_device *mdiodev) in mdiobus_register_reset()
70 int mdiobus_register_device(struct mdio_device *mdiodev) in mdiobus_register_device()
96 int mdiobus_unregister_device(struct mdio_device *mdiodev) in mdiobus_unregister_device()
111 struct mdio_device *mdiodev = bus->mdio_map[addr]; in mdiobus_get_phy() local
239 struct mdio_device *mdiodev = to_mdio_device(dev); in mdio_bus_device_stat_field_show() local
445 struct mdio_device *mdiodev) in of_mdiobus_link_mdiodev()
469 struct mdio_device *mdiodev) in of_mdiobus_link_mdiodev()
485 struct mdio_device *mdiodev; in mdiobus_create_device() local
520 struct mdio_device *mdiodev; in __mdiobus_register() local
[all …]
H A Dxilinx_gmii2rgmii.c60 static int xgmiitorgmii_probe(struct mdio_device *mdiodev) in xgmiitorgmii_probe()
H A Dphy_device.c207 static void phy_mdio_device_free(struct mdio_device *mdiodev) in phy_mdio_device_free()
220 static void phy_mdio_device_remove(struct mdio_device *mdiodev) in phy_mdio_device_remove()
613 struct mdio_device *mdiodev; in phy_device_create() local
/OK3568_Linux_fs/kernel/drivers/phy/broadcom/
H A Dphy-bcm-ns2-pcie.c28 struct mdio_device *mdiodev = phy_get_drvdata(p); in ns2_pci_phy_init() local
55 static int ns2_pci_phy_probe(struct mdio_device *mdiodev) in ns2_pci_phy_probe()
H A Dphy-bcm-ns-usb3.c55 struct mdio_device *mdiodev; member
193 struct mdio_device *mdiodev = usb3->mdiodev; in bcm_ns_usb3_mdiodev_phy_write() local
198 static int bcm_ns_usb3_mdio_probe(struct mdio_device *mdiodev) in bcm_ns_usb3_mdio_probe()
/OK3568_Linux_fs/kernel/drivers/net/dsa/
H A Dlan9303_mdio.c99 static int lan9303_mdio_probe(struct mdio_device *mdiodev) in lan9303_mdio_probe()
133 static void lan9303_mdio_remove(struct mdio_device *mdiodev) in lan9303_mdio_remove()
H A Dmv88e6060.c257 static int mv88e6060_probe(struct mdio_device *mdiodev) in mv88e6060_probe()
292 static void mv88e6060_remove(struct mdio_device *mdiodev) in mv88e6060_remove()
H A Ddsa_loop.c317 static int dsa_loop_drv_probe(struct mdio_device *mdiodev) in dsa_loop_drv_probe()
360 static void dsa_loop_drv_remove(struct mdio_device *mdiodev) in dsa_loop_drv_remove()
/OK3568_Linux_fs/kernel/drivers/net/mdio/
H A Dof_mdio.c154 struct mdio_device *mdiodev; in of_mdiobus_register_device() local
373 struct mdio_device *mdiodev; in of_phy_find_device() local
/OK3568_Linux_fs/u-boot/board/gdsys/mpc8308/
H A Dstrider.c183 struct mii_dev *mdiodev = mdio_alloc(); in last_stage_init() local
265 struct mii_dev *mdiodev = mdio_alloc(); in last_stage_init() local
H A Dhrcon.c166 struct mii_dev *mdiodev = mdio_alloc(); in last_stage_init() local
212 struct mii_dev *mdiodev = mdio_alloc(); in last_stage_init() local
/OK3568_Linux_fs/kernel/drivers/net/dsa/b53/
H A Db53_mdio.c290 static int b53_mdio_probe(struct mdio_device *mdiodev) in b53_mdio_probe()
351 static void b53_mdio_remove(struct mdio_device *mdiodev) in b53_mdio_remove()
/OK3568_Linux_fs/u-boot/drivers/net/
H A Dbcm-sf2-eth.c248 struct mii_dev *mdiodev = mdio_alloc(); in bcm_sf2_eth_register() local
H A Dmcffec.c599 struct mii_dev *mdiodev = mdio_alloc(); in mcffec_initialize() local
H A Dfsl_mcdmafec.c560 struct mii_dev *mdiodev = mdio_alloc(); in mcdmafec_initialize() local
H A Dsmc911x.c287 struct mii_dev *mdiodev = mdio_alloc(); in smc911x_initialize() local
H A Dep93xx_eth.c425 struct mii_dev *mdiodev = mdio_alloc(); in ep93xx_miiphy_initialize() local
H A Dmvgbe.c773 struct mii_dev *mdiodev = mdio_alloc(); in mvgbe_initialize() local
H A Dsh_eth.c570 struct mii_dev *mdiodev = mdio_alloc(); in sh_eth_initialize() local
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dether_fcc.c445 struct mii_dev *mdiodev = mdio_alloc(); in fec_initialize() local
/OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/
H A Dau1x00_eth.c294 struct mii_dev *mdiodev = mdio_alloc(); in au1x00_enet_initialize() local
/OK3568_Linux_fs/kernel/drivers/net/dsa/qca/
H A Dar9331.c803 static int ar9331_sw_probe(struct mdio_device *mdiodev) in ar9331_sw_probe()
854 static void ar9331_sw_remove(struct mdio_device *mdiodev) in ar9331_sw_remove()
/OK3568_Linux_fs/u-boot/board/gdsys/a38x/
H A Dihs_phys.c106 struct mii_dev *mdiodev = mdio_alloc(); in register_miiphy_bus() local
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-mac.c260 struct mdio_device *mdiodev; in dpaa2_pcs_create() local

12