Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dof_mdio.h34 int of_mdiobus_phy_device_register(struct mii_bus *mdio, struct phy_device *phy,
129 static inline int of_mdiobus_phy_device_register(struct mii_bus *mdio, in of_mdiobus_phy_device_register() function
/Linux-v6.1/drivers/net/mdio/
Dof_mdio.c36 int of_mdiobus_phy_device_register(struct mii_bus *mdio, struct phy_device *phy, in of_mdiobus_phy_device_register() function
43 EXPORT_SYMBOL(of_mdiobus_phy_device_register);
/Linux-v6.1/drivers/net/phy/
Dnxp-tja11xx.c595 ret = of_mdiobus_phy_device_register(bus, phy, child, addr); in tja1102_p1_register()