Home
last modified time | relevance | path

Searched refs:of_mdiobus_phy_device_register (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/include/linux/
Dof_mdio.h37 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/
Dof_mdio.c63 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/
Dnxp-tja11xx.c522 ret = of_mdiobus_phy_device_register(bus, phy, child, addr); in tja1102_p1_register()