Home
last modified time | relevance | path

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

/linux/drivers/net/phy/
H A Dmdio_device.c33 static int mdio_device_register_reset(struct mdio_device *mdiodev) in mdio_device_register_reset()
69 static void mdio_device_unregister_reset(struct mdio_device *mdiodev) in mdio_device_unregister_reset()
79 void mdio_device_reset(struct mdio_device *mdiodev, int value) in mdio_device_reset()
107 void mdio_device_free(struct mdio_device *mdiodev) in mdio_device_free()
121 struct mdio_device *mdiodev; in mdio_device_create() local
151 int mdio_device_register(struct mdio_device *mdiodev) in mdio_device_register()
184 void mdio_device_remove(struct mdio_device *mdiodev) in mdio_device_remove()
191 int mdiobus_register_device(struct mdio_device *mdiodev) in mdiobus_register_device()
212 int mdiobus_unregister_device(struct mdio_device *mdiodev) in mdiobus_unregister_device()
235 struct mdio_device *mdiodev = to_mdio_device(dev); in mdio_probe() local
[all …]
H A Dxilinx_gmii2rgmii.c85 static int xgmiitorgmii_probe(struct mdio_device *mdiodev) in xgmiitorgmii_probe()
H A Dphy_device.c216 static void phy_mdio_device_free(struct mdio_device *mdiodev) in phy_mdio_device_free()
230 static void phy_mdio_device_remove(struct mdio_device *mdiodev) in phy_mdio_device_remove()
753 struct mdio_device *mdiodev; in phy_device_create() local
3640 struct mdio_device *mdiodev; in fwnode_phy_find_device() local
/linux/include/linux/
H A Dmdio.h102 static inline void mdio_device_get(struct mdio_device *mdiodev) in mdio_device_get()
107 static inline void mdio_device_put(struct mdio_device *mdiodev) in mdio_device_put()
606 static inline int __mdiodev_read(struct mdio_device *mdiodev, u32 regnum) in __mdiodev_read()
611 static inline int __mdiodev_write(struct mdio_device *mdiodev, u32 regnum, in __mdiodev_write()
617 static inline int __mdiodev_modify(struct mdio_device *mdiodev, u32 regnum, in __mdiodev_modify()
623 static inline int __mdiodev_modify_changed(struct mdio_device *mdiodev, in __mdiodev_modify_changed()
630 static inline int mdiodev_read(struct mdio_device *mdiodev, u32 regnum) in mdiodev_read()
635 static inline int mdiodev_write(struct mdio_device *mdiodev, u32 regnum, in mdiodev_write()
641 static inline int mdiodev_modify(struct mdio_device *mdiodev, u32 regnum, in mdiodev_modify()
647 static inline int mdiodev_modify_changed(struct mdio_device *mdiodev, in mdiodev_modify_changed()
[all …]
/linux/drivers/net/dsa/xrs700x/
H A Dxrs700x_mdio.c27 struct mdio_device *mdiodev = context; in xrs700x_mdio_reg_read() local
62 struct mdio_device *mdiodev = context; in xrs700x_mdio_reg_write() local
107 static int xrs700x_mdio_probe(struct mdio_device *mdiodev) in xrs700x_mdio_probe()
135 static void xrs700x_mdio_remove(struct mdio_device *mdiodev) in xrs700x_mdio_remove()
145 static void xrs700x_mdio_shutdown(struct mdio_device *mdiodev) in xrs700x_mdio_shutdown()
/linux/drivers/net/dsa/realtek/
H A Drealtek-mdio.h33 static inline int realtek_mdio_probe(struct mdio_device *mdiodev) in realtek_mdio_probe()
38 static inline void realtek_mdio_remove(struct mdio_device *mdiodev) in realtek_mdio_remove()
42 static inline void realtek_mdio_shutdown(struct mdio_device *mdiodev) in realtek_mdio_shutdown()
H A Drealtek-mdio.c121 int realtek_mdio_probe(struct mdio_device *mdiodev) in realtek_mdio_probe()
155 void realtek_mdio_remove(struct mdio_device *mdiodev) in realtek_mdio_remove()
178 void realtek_mdio_shutdown(struct mdio_device *mdiodev) in realtek_mdio_shutdown()
/linux/drivers/net/dsa/microchip/
H A Dksz8863_smi.c133 static int ksz8863_smi_probe(struct mdio_device *mdiodev) in ksz8863_smi_probe()
180 static void ksz8863_smi_remove(struct mdio_device *mdiodev) in ksz8863_smi_remove()
188 static void ksz8863_smi_shutdown(struct mdio_device *mdiodev) in ksz8863_smi_shutdown()
/linux/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()
143 static void lan9303_mdio_shutdown(struct mdio_device *mdiodev) in lan9303_mdio_shutdown()
H A Dmt7530-mdio.c155 mt7530_probe(struct mdio_device *mdiodev) in mt7530_probe()
222 mt7530_remove(struct mdio_device *mdiodev) in mt7530_remove()
246 static void mt7530_shutdown(struct mdio_device *mdiodev) in mt7530_shutdown()
H A Dmt7530.h908 struct mdio_device *mdiodev; member
/linux/drivers/phy/broadcom/
H A Dphy-bcm-ns2-pcie.c18 struct mdio_device *mdiodev = phy_get_drvdata(p); in ns2_pci_phy_init() local
43 static int ns2_pci_phy_probe(struct mdio_device *mdiodev) in ns2_pci_phy_probe()
/linux/drivers/net/dsa/b53/
H A Db53_mdio.c292 static int b53_mdio_probe(struct mdio_device *mdiodev) in b53_mdio_probe()
353 static void b53_mdio_remove(struct mdio_device *mdiodev) in b53_mdio_remove()
363 static void b53_mdio_shutdown(struct mdio_device *mdiodev) in b53_mdio_shutdown()
/linux/drivers/net/dsa/lantiq/
H A Dmxl-gsw1xx.c687 static int gsw1xx_probe(struct mdio_device *mdiodev) in gsw1xx_probe()
789 static void gsw1xx_remove(struct mdio_device *mdiodev) in gsw1xx_remove()
803 static void gsw1xx_shutdown(struct mdio_device *mdiodev) in gsw1xx_shutdown()
/linux/drivers/net/pcs/
H A Dpcs-xpcs.c1509 static struct dw_xpcs *xpcs_create_data(struct mdio_device *mdiodev) in xpcs_create_data()
1576 static struct dw_xpcs *xpcs_create(struct mdio_device *mdiodev) in xpcs_create()
1623 struct mdio_device *mdiodev; in xpcs_create_mdiodev() local
1668 struct mdio_device *mdiodev; in xpcs_create_fwnode() local
H A Dpcs-xpcs.h111 struct mdio_device *mdiodev; member
/linux/drivers/net/dsa/qca/
H A Dar9331.c1031 static int ar9331_sw_probe(struct mdio_device *mdiodev) in ar9331_sw_probe()
1091 static void ar9331_sw_remove(struct mdio_device *mdiodev) in ar9331_sw_remove()
1111 static void ar9331_sw_shutdown(struct mdio_device *mdiodev) in ar9331_sw_shutdown()
/linux/drivers/clk/qcom/
H A Dnsscc-qca8k.c2188 static int nss_cc_qca8k_probe(struct mdio_device *mdiodev) in nss_cc_qca8k_probe()