/linux-6.3-rc2/drivers/net/phy/ |
A D | mdio_device.c | 26 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 78 int mdio_device_register(struct mdio_device *mdiodev) in mdio_device_register() 111 void mdio_device_remove(struct mdio_device *mdiodev) in mdio_device_remove() 118 void mdio_device_reset(struct mdio_device *mdiodev, int value) in mdio_device_reset() 150 struct mdio_device *mdiodev = to_mdio_device(dev); in mdio_probe() local 171 struct mdio_device *mdiodev = to_mdio_device(dev); in mdio_remove() local 186 struct mdio_device *mdiodev = to_mdio_device(dev); in mdio_shutdown() local
|
A D | mdio_bus.c | 44 static int mdiobus_register_gpiod(struct mdio_device *mdiodev) in mdiobus_register_gpiod() 58 static int mdiobus_register_reset(struct mdio_device *mdiodev) in mdiobus_register_reset() 71 int mdiobus_register_device(struct mdio_device *mdiodev) in mdiobus_register_device() 97 int mdiobus_unregister_device(struct mdio_device *mdiodev) in mdiobus_unregister_device() 113 struct mdio_device *mdiodev; in mdiobus_get_phy() local 249 struct mdio_device *mdiodev = to_mdio_device(dev); in mdio_bus_device_stat_field_show() local 455 struct mdio_device *mdiodev) in of_mdiobus_link_mdiodev() 481 struct mdio_device *mdiodev) in of_mdiobus_link_mdiodev() 497 struct mdio_device *mdiodev; in mdiobus_create_device() local 652 struct mdio_device *mdiodev; in __mdiobus_register() local [all …]
|
A D | xilinx_gmii2rgmii.c | 83 static int xgmiitorgmii_probe(struct mdio_device *mdiodev) in xgmiitorgmii_probe()
|
A D | phy_device.c | 240 static void phy_mdio_device_free(struct mdio_device *mdiodev) in phy_mdio_device_free() 254 static void phy_mdio_device_remove(struct mdio_device *mdiodev) in phy_mdio_device_remove() 637 struct mdio_device *mdiodev; in phy_device_create() local 3024 struct mdio_device *mdiodev; in fwnode_phy_find_device() local
|
/linux-6.3-rc2/drivers/net/dsa/xrs700x/ |
A D | xrs700x_mdio.c | 27 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.3-rc2/include/linux/ |
A D | mdio.h | 518 static inline int mdiodev_read(struct mdio_device *mdiodev, u32 regnum) in mdiodev_read() 523 static inline int mdiodev_write(struct mdio_device *mdiodev, u32 regnum, in mdiodev_write() 529 static inline int mdiodev_modify(struct mdio_device *mdiodev, u32 regnum, in mdiodev_modify() 535 static inline int mdiodev_modify_changed(struct mdio_device *mdiodev, in mdiodev_modify_changed() 542 static inline int mdiodev_c45_modify(struct mdio_device *mdiodev, int devad, in mdiodev_c45_modify() 549 static inline int mdiodev_c45_modify_changed(struct mdio_device *mdiodev, in mdiodev_c45_modify_changed() 557 static inline int mdiodev_c45_read(struct mdio_device *mdiodev, int devad, in mdiodev_c45_read() 563 static inline int mdiodev_c45_write(struct mdio_device *mdiodev, u32 devad, in mdiodev_c45_write()
|
/linux-6.3-rc2/drivers/net/dsa/microchip/ |
A D | ksz8863_smi.c | 137 static int ksz8863_smi_probe(struct mdio_device *mdiodev) in ksz8863_smi_probe() 176 static void ksz8863_smi_remove(struct mdio_device *mdiodev) in ksz8863_smi_remove() 184 static void ksz8863_smi_shutdown(struct mdio_device *mdiodev) in ksz8863_smi_shutdown()
|
/linux-6.3-rc2/drivers/net/dsa/realtek/ |
A D | realtek-mdio.c | 142 static int realtek_mdio_probe(struct mdio_device *mdiodev) in realtek_mdio_probe() 236 static void realtek_mdio_remove(struct mdio_device *mdiodev) in realtek_mdio_remove() 250 static void realtek_mdio_shutdown(struct mdio_device *mdiodev) in realtek_mdio_shutdown()
|
/linux-6.3-rc2/drivers/net/dsa/ |
A D | lan9303_mdio.c | 99 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()
|
A D | mv88e6060.c | 257 static int mv88e6060_probe(struct mdio_device *mdiodev) in mv88e6060_probe() 292 static void mv88e6060_remove(struct mdio_device *mdiodev) in mv88e6060_remove() 302 static void mv88e6060_shutdown(struct mdio_device *mdiodev) in mv88e6060_shutdown()
|
A D | dsa_loop.c | 300 static int dsa_loop_drv_probe(struct mdio_device *mdiodev) in dsa_loop_drv_probe() 342 static void dsa_loop_drv_remove(struct mdio_device *mdiodev) in dsa_loop_drv_remove() 356 static void dsa_loop_drv_shutdown(struct mdio_device *mdiodev) in dsa_loop_drv_shutdown()
|
A D | mt7530.c | 3241 mt7530_probe(struct mdio_device *mdiodev) in mt7530_probe() 3326 mt7530_remove(struct mdio_device *mdiodev) in mt7530_remove() 3351 static void mt7530_shutdown(struct mdio_device *mdiodev) in mt7530_shutdown()
|
/linux-6.3-rc2/drivers/phy/broadcom/ |
A D | phy-bcm-ns2-pcie.c | 18 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()
|
A D | phy-bcm-ns-usb3.c | 52 struct mdio_device *mdiodev; member 184 struct mdio_device *mdiodev = usb3->mdiodev; in bcm_ns_usb3_mdio_phy_write() local 189 static int bcm_ns_usb3_mdio_probe(struct mdio_device *mdiodev) in bcm_ns_usb3_mdio_probe()
|
/linux-6.3-rc2/drivers/net/dsa/b53/ |
A D | b53_mdio.c | 290 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() 361 static void b53_mdio_shutdown(struct mdio_device *mdiodev) in b53_mdio_shutdown()
|
/linux-6.3-rc2/include/linux/pcs/ |
A D | pcs-xpcs.h | 25 struct mdio_device *mdiodev; member
|
/linux-6.3-rc2/drivers/net/mdio/ |
A D | of_mdio.c | 55 struct mdio_device *mdiodev; in of_mdiobus_register_device() local
|
/linux-6.3-rc2/drivers/net/dsa/qca/ |
A D | ar9331.c | 1025 static int ar9331_sw_probe(struct mdio_device *mdiodev) in ar9331_sw_probe() 1084 static void ar9331_sw_remove(struct mdio_device *mdiodev) in ar9331_sw_remove() 1104 static void ar9331_sw_shutdown(struct mdio_device *mdiodev) in ar9331_sw_shutdown()
|
A D | qca8k-8xxx.c | 2015 qca8k_sw_probe(struct mdio_device *mdiodev) in qca8k_sw_probe() 2081 qca8k_sw_remove(struct mdio_device *mdiodev) in qca8k_sw_remove() 2095 static void qca8k_sw_shutdown(struct mdio_device *mdiodev) in qca8k_sw_shutdown()
|
/linux-6.3-rc2/drivers/net/ethernet/freescale/dpaa2/ |
A D | dpaa2-mac.c | 249 struct mdio_device *mdiodev; in dpaa2_pcs_create() local
|
/linux-6.3-rc2/drivers/net/dsa/sja1105/ |
A D | sja1105_mdio.c | 403 struct mdio_device *mdiodev; in sja1105_mdiobus_pcs_register() local
|
/linux-6.3-rc2/drivers/net/ethernet/stmicro/stmmac/ |
A D | stmmac_mdio.c | 495 struct mdio_device *mdiodev; in stmmac_xpcs_setup() local
|
/linux-6.3-rc2/drivers/net/ethernet/freescale/fman/ |
A D | fman_memac.c | 979 struct mdio_device *mdiodev; in pcs_put() local 1046 struct mdio_device *mdiodev = NULL; in memac_pcs_create() local
|
/linux-6.3-rc2/drivers/net/dsa/mv88e6xxx/ |
A D | chip.c | 6402 struct mdio_device *mdiodev) in mv88e6xxx_single_chip_detect() 7098 static int mv88e6xxx_probe(struct mdio_device *mdiodev) in mv88e6xxx_probe() 7254 static void mv88e6xxx_remove(struct mdio_device *mdiodev) in mv88e6xxx_remove() 7285 static void mv88e6xxx_shutdown(struct mdio_device *mdiodev) in mv88e6xxx_shutdown()
|
/linux-6.3-rc2/drivers/net/pcs/ |
A D | pcs-xpcs.c | 1267 struct dw_xpcs *xpcs_create(struct mdio_device *mdiodev, in xpcs_create()
|