Searched defs:mdiodev (Results 1 - 22 of 22) sorted by relevance

/linux-master/drivers/net/dsa/realtek/
H A Drealtek-mdio.h33 static inline int realtek_mdio_probe(struct mdio_device *mdiodev) argument
38 static inline void realtek_mdio_remove(struct mdio_device *mdiodev) argument
42 static inline void realtek_mdio_shutdown(struct mdio_device *mdiodev) argument
H A Drealtek-mdio.c121 int realtek_mdio_probe(struct mdio_device *mdiodev) argument
155 void realtek_mdio_remove(struct mdio_device *mdiodev) argument
178 void realtek_mdio_shutdown(struct mdio_device *mdiodev) argument
[all...]
/linux-master/drivers/phy/broadcom/
H A Dphy-bcm-ns2-pcie.c18 struct mdio_device *mdiodev = phy_get_drvdata(p); local
43 static int ns2_pci_phy_probe(struct mdio_device *mdiodev) argument
H A Dphy-bcm-ns-usb3.c53 struct mdio_device *mdiodev; member in struct:bcm_ns_usb3
185 struct mdio_device *mdiodev = usb3->mdiodev; local
190 static int bcm_ns_usb3_mdio_probe(struct mdio_device *mdiodev) argument
/linux-master/include/linux/pcs/
H A Dpcs-xpcs.h32 struct mdio_device *mdiodev; member in struct:dw_xpcs
/linux-master/drivers/net/dsa/xrs700x/
H A Dxrs700x_mdio.c27 struct mdio_device *mdiodev = context; local
62 struct mdio_device *mdiodev = context; local
107 xrs700x_mdio_probe(struct mdio_device *mdiodev) argument
135 xrs700x_mdio_remove(struct mdio_device *mdiodev) argument
145 xrs700x_mdio_shutdown(struct mdio_device *mdiodev) argument
[all...]
/linux-master/drivers/net/dsa/microchip/
H A Dksz8863_smi.c134 static int ksz8863_smi_probe(struct mdio_device *mdiodev) argument
181 static void ksz8863_smi_remove(struct mdio_device *mdiodev) argument
189 ksz8863_smi_shutdown(struct mdio_device *mdiodev) argument
[all...]
/linux-master/drivers/net/dsa/
H A Dlan9303_mdio.c99 static int lan9303_mdio_probe(struct mdio_device *mdiodev) argument
133 static void lan9303_mdio_remove(struct mdio_device *mdiodev) argument
143 lan9303_mdio_shutdown(struct mdio_device *mdiodev) argument
[all...]
H A Dmt7530-mdio.c141 mt7530_probe(struct mdio_device *mdiodev) argument
218 mt7530_remove(struct mdio_device *mdiodev) argument
242 mt7530_shutdown(struct mdio_device *mdiodev) argument
[all...]
H A Dmv88e6060.c302 static int mv88e6060_probe(struct mdio_device *mdiodev) argument
337 static void mv88e6060_remove(struct mdio_device *mdiodev) argument
347 static void mv88e6060_shutdown(struct mdio_device *mdiodev) argument
H A Ddsa_loop.c309 static int dsa_loop_drv_probe(struct mdio_device *mdiodev) argument
351 static void dsa_loop_drv_remove(struct mdio_device *mdiodev) argument
365 dsa_loop_drv_shutdown(struct mdio_device *mdiodev) argument
[all...]
/linux-master/drivers/net/phy/
H A Dmdio_device.c26 void mdio_device_free(struct mdio_device *mdiodev) argument
40 struct mdio_device *mdiodev = to_mdio_device(dev); local
51 struct mdio_device *mdiodev; local
79 mdio_device_register(struct mdio_device *mdiodev) argument
112 mdio_device_remove(struct mdio_device *mdiodev) argument
119 mdio_device_reset(struct mdio_device *mdiodev, int value) argument
156 struct mdio_device *mdiodev = to_mdio_device(dev); local
177 struct mdio_device *mdiodev = to_mdio_device(dev); local
192 struct mdio_device *mdiodev = to_mdio_device(dev); local
[all...]
H A Dxilinx_gmii2rgmii.c83 static int xgmiitorgmii_probe(struct mdio_device *mdiodev) argument
H A Dmdio_bus.c42 static int mdiobus_register_gpiod(struct mdio_device *mdiodev) argument
56 static int mdiobus_register_reset(struct mdio_device *mdiodev) argument
69 mdiobus_register_device(struct mdio_device *mdiodev) argument
95 mdiobus_unregister_device(struct mdio_device *mdiodev) argument
120 struct mdio_device *mdiodev; local
256 struct mdio_device *mdiodev = to_mdio_device(dev); local
462 of_mdiobus_find_phy(struct device *dev, struct mdio_device *mdiodev, struct device_node *np) argument
504 of_mdiobus_link_mdiodev(struct mii_bus *bus, struct mdio_device *mdiodev) argument
515 of_mdiobus_link_mdiodev(struct mii_bus *mdio, struct mdio_device *mdiodev) argument
532 struct mdio_device *mdiodev; local
687 struct mdio_device *mdiodev; local
805 struct mdio_device *mdiodev; local
[all...]
H A Dphy_device.c255 static void phy_mdio_device_free(struct mdio_device *mdiodev) argument
269 static void phy_mdio_device_remove(struct mdio_device *mdiodev) argument
650 struct mdio_device *mdiodev; local
3390 struct mdio_device *mdiodev; local
[all...]
/linux-master/drivers/net/dsa/b53/
H A Db53_mdio.c292 static int b53_mdio_probe(struct mdio_device *mdiodev) argument
354 b53_mdio_remove(struct mdio_device *mdiodev) argument
364 b53_mdio_shutdown(struct mdio_device *mdiodev) argument
[all...]
/linux-master/drivers/net/mdio/
H A Dof_mdio.c56 struct mdio_device *mdiodev; local
/linux-master/include/linux/
H A Dmdio.h110 static inline void mdio_device_get(struct mdio_device *mdiodev) argument
115 mdio_device_put(struct mdio_device *mdiodev) argument
633 __mdiodev_read(struct mdio_device *mdiodev, u32 regnum) argument
638 __mdiodev_write(struct mdio_device *mdiodev, u32 regnum, u16 val) argument
644 __mdiodev_modify(struct mdio_device *mdiodev, u32 regnum, u16 mask, u16 set) argument
650 __mdiodev_modify_changed(struct mdio_device *mdiodev, u32 regnum, u16 mask, u16 set) argument
657 mdiodev_read(struct mdio_device *mdiodev, u32 regnum) argument
662 mdiodev_write(struct mdio_device *mdiodev, u32 regnum, u16 val) argument
668 mdiodev_modify(struct mdio_device *mdiodev, u32 regnum, u16 mask, u16 set) argument
674 mdiodev_modify_changed(struct mdio_device *mdiodev, u32 regnum, u16 mask, u16 set) argument
681 mdiodev_c45_modify(struct mdio_device *mdiodev, int devad, u32 regnum, u16 mask, u16 set) argument
688 mdiodev_c45_modify_changed(struct mdio_device *mdiodev, int devad, u32 regnum, u16 mask, u16 set) argument
696 mdiodev_c45_read(struct mdio_device *mdiodev, int devad, u16 regnum) argument
702 mdiodev_c45_write(struct mdio_device *mdiodev, u32 devad, u16 regnum, u16 val) argument
[all...]
/linux-master/drivers/net/dsa/qca/
H A Dqca8k-8xxx.c2036 qca8k_sw_probe(struct mdio_device *mdiodev) argument
2101 qca8k_sw_remove(struct mdio_device *mdiodev) argument
2115 qca8k_sw_shutdown(struct mdio_device *mdiodev) argument
[all...]
H A Dar9331.c1025 static int ar9331_sw_probe(struct mdio_device *mdiodev) argument
1084 ar9331_sw_remove(struct mdio_device *mdiodev) argument
1104 ar9331_sw_shutdown(struct mdio_device *mdiodev) argument
[all...]
/linux-master/drivers/net/pcs/
H A Dpcs-xpcs.c1368 static struct dw_xpcs *xpcs_create(struct mdio_device *mdiodev, argument
1437 struct mdio_device *mdiodev; local
[all...]
/linux-master/drivers/net/dsa/mv88e6xxx/
H A Dchip.c6356 mv88e6xxx_single_chip_detect(struct mv88e6xxx_chip *chip, struct mdio_device *mdiodev) argument
7054 mv88e6xxx_probe(struct mdio_device *mdiodev) argument
7204 mv88e6xxx_remove(struct mdio_device *mdiodev) argument
7234 mv88e6xxx_shutdown(struct mdio_device *mdiodev) argument
[all...]

Completed in 514 milliseconds