Searched refs:of_mdiobus_phy_device_register (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.10/include/linux/ |
| D | of_mdio.h | 37 int of_mdiobus_phy_device_register(struct mii_bus *mdio, struct phy_device *phy, 132 static inline int of_mdiobus_phy_device_register(struct mii_bus *mdio, in of_mdiobus_phy_device_register() function
|
| /Linux-v5.10/drivers/net/mdio/ |
| D | of_mdio.c | 63 int of_mdiobus_phy_device_register(struct mii_bus *mdio, struct phy_device *phy, in of_mdiobus_phy_device_register() function 105 EXPORT_SYMBOL(of_mdiobus_phy_device_register); 133 rc = of_mdiobus_phy_device_register(mdio, phy, child, addr); in of_mdiobus_register_phy()
|
| /Linux-v5.10/drivers/net/phy/ |
| D | nxp-tja11xx.c | 522 ret = of_mdiobus_phy_device_register(bus, phy, child, addr); in tja1102_p1_register()
|