Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/phy/
Dmdio_device.c26 void mdio_device_free(struct mdio_device *mdiodev) in mdio_device_free()
40 struct mdio_device *mdiodev = to_mdio_device(dev); in mdio_device_bus_match() local
51 struct mdio_device *mdiodev; in mdio_device_create() local
79 int mdio_device_register(struct mdio_device *mdiodev) in mdio_device_register()
112 void mdio_device_remove(struct mdio_device *mdiodev) in mdio_device_remove()
119 void mdio_device_reset(struct mdio_device *mdiodev, int value) in mdio_device_reset()
156 struct mdio_device *mdiodev = to_mdio_device(dev); in mdio_probe() local
177 struct mdio_device *mdiodev = to_mdio_device(dev); in mdio_remove() local
192 struct mdio_device *mdiodev = to_mdio_device(dev); in mdio_shutdown() local
Dmdio_bus.c42 static int mdiobus_register_gpiod(struct mdio_device *mdiodev) in mdiobus_register_gpiod()
56 static int mdiobus_register_reset(struct mdio_device *mdiodev) in mdiobus_register_reset()
69 int mdiobus_register_device(struct mdio_device *mdiodev) in mdiobus_register_device()
95 int mdiobus_unregister_device(struct mdio_device *mdiodev) in mdiobus_unregister_device()
120 struct mdio_device *mdiodev; in mdiobus_get_phy() local
256 struct mdio_device *mdiodev = to_mdio_device(dev); in mdio_bus_device_stat_field_show() local
462 static int of_mdiobus_find_phy(struct device *dev, struct mdio_device *mdiodev, in of_mdiobus_find_phy()
505 struct mdio_device *mdiodev) in of_mdiobus_link_mdiodev()
516 struct mdio_device *mdiodev) in of_mdiobus_link_mdiodev()
532 struct mdio_device *mdiodev; in mdiobus_create_device() local
[all …]
Dxilinx_gmii2rgmii.c84 static int xgmiitorgmii_probe(struct mdio_device *mdiodev) in xgmiitorgmii_probe()
Dphy_device.c256 static void phy_mdio_device_free(struct mdio_device *mdiodev) in phy_mdio_device_free()
270 static void phy_mdio_device_remove(struct mdio_device *mdiodev) in phy_mdio_device_remove()
666 struct mdio_device *mdiodev; in phy_device_create() local
3470 struct mdio_device *mdiodev; in fwnode_phy_find_device() local
/linux-6.12.1/drivers/net/dsa/xrs700x/
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-6.12.1/include/linux/
Dmdio.h103 static inline void mdio_device_get(struct mdio_device *mdiodev) in mdio_device_get()
108 static inline void mdio_device_put(struct mdio_device *mdiodev) in mdio_device_put()
626 static inline int __mdiodev_read(struct mdio_device *mdiodev, u32 regnum) in __mdiodev_read()
631 static inline int __mdiodev_write(struct mdio_device *mdiodev, u32 regnum, in __mdiodev_write()
637 static inline int __mdiodev_modify(struct mdio_device *mdiodev, u32 regnum, in __mdiodev_modify()
643 static inline int __mdiodev_modify_changed(struct mdio_device *mdiodev, in __mdiodev_modify_changed()
650 static inline int mdiodev_read(struct mdio_device *mdiodev, u32 regnum) in mdiodev_read()
655 static inline int mdiodev_write(struct mdio_device *mdiodev, u32 regnum, in mdiodev_write()
661 static inline int mdiodev_modify(struct mdio_device *mdiodev, u32 regnum, in mdiodev_modify()
667 static inline int mdiodev_modify_changed(struct mdio_device *mdiodev, in mdiodev_modify_changed()
[all …]
/linux-6.12.1/drivers/net/dsa/realtek/
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()
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-6.12.1/drivers/net/dsa/microchip/
Dksz8863_smi.c134 static int ksz8863_smi_probe(struct mdio_device *mdiodev) in ksz8863_smi_probe()
181 static void ksz8863_smi_remove(struct mdio_device *mdiodev) in ksz8863_smi_remove()
189 static void ksz8863_smi_shutdown(struct mdio_device *mdiodev) in ksz8863_smi_shutdown()
/linux-6.12.1/drivers/net/dsa/
Dmt7530-mdio.c140 mt7530_probe(struct mdio_device *mdiodev) in mt7530_probe()
218 mt7530_remove(struct mdio_device *mdiodev) in mt7530_remove()
242 static void mt7530_shutdown(struct mdio_device *mdiodev) in mt7530_shutdown()
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()
Dmv88e6060.c302 static int mv88e6060_probe(struct mdio_device *mdiodev) in mv88e6060_probe()
337 static void mv88e6060_remove(struct mdio_device *mdiodev) in mv88e6060_remove()
347 static void mv88e6060_shutdown(struct mdio_device *mdiodev) in mv88e6060_shutdown()
Ddsa_loop.c309 static int dsa_loop_drv_probe(struct mdio_device *mdiodev) in dsa_loop_drv_probe()
351 static void dsa_loop_drv_remove(struct mdio_device *mdiodev) in dsa_loop_drv_remove()
365 static void dsa_loop_drv_shutdown(struct mdio_device *mdiodev) in dsa_loop_drv_shutdown()
Dmt7530.h838 struct mdio_device *mdiodev; member
/linux-6.12.1/drivers/phy/broadcom/
Dphy-bcm-ns-usb3.c53 struct mdio_device *mdiodev; member
185 struct mdio_device *mdiodev = usb3->mdiodev; in bcm_ns_usb3_mdio_phy_write() local
190 static int bcm_ns_usb3_mdio_probe(struct mdio_device *mdiodev) in bcm_ns_usb3_mdio_probe()
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-6.12.1/drivers/net/dsa/b53/
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-6.12.1/drivers/net/pcs/
Dpcs-xpcs.c1374 static struct dw_xpcs *xpcs_create_data(struct mdio_device *mdiodev) in xpcs_create_data()
1477 static struct dw_xpcs *xpcs_create(struct mdio_device *mdiodev, in xpcs_create()
1523 struct mdio_device *mdiodev; in xpcs_create_mdiodev() local
1558 struct mdio_device *mdiodev; in xpcs_create_fwnode() local
Dpcs-xpcs-plat.c340 struct mdio_device *mdiodev; in xpcs_plat_init_dev() local
/linux-6.12.1/include/linux/pcs/
Dpcs-xpcs.h60 struct mdio_device *mdiodev; member
/linux-6.12.1/drivers/net/mdio/
Dof_mdio.c56 struct mdio_device *mdiodev; in of_mdiobus_register_device() local
/linux-6.12.1/drivers/net/dsa/qca/
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()
Dqca8k-8xxx.c2050 qca8k_sw_probe(struct mdio_device *mdiodev) in qca8k_sw_probe()
2116 qca8k_sw_remove(struct mdio_device *mdiodev) in qca8k_sw_remove()
2130 static void qca8k_sw_shutdown(struct mdio_device *mdiodev) in qca8k_sw_shutdown()
/linux-6.12.1/drivers/clk/qcom/
Dnsscc-qca8k.c2188 static int nss_cc_qca8k_probe(struct mdio_device *mdiodev) in nss_cc_qca8k_probe()
/linux-6.12.1/drivers/net/dsa/mv88e6xxx/
Dchip.c6482 struct mdio_device *mdiodev) in mv88e6xxx_single_chip_detect()
7183 static int mv88e6xxx_probe(struct mdio_device *mdiodev) in mv88e6xxx_probe()
7333 static void mv88e6xxx_remove(struct mdio_device *mdiodev) in mv88e6xxx_remove()
7363 static void mv88e6xxx_shutdown(struct mdio_device *mdiodev) in mv88e6xxx_shutdown()