Home
last modified time | relevance | path

Searched refs:phy_device_register (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/net/mdio/
H A Dfwnode_mdio.c104 rc = phy_device_register(phy); in fwnode_mdiobus_phy_device_register()
150 rc = phy_device_register(phy); in fwnode_mdiobus_register_phy()
H A Dmdio-xgene.c271 if (phy_device_register(phy_dev)) in xgene_enet_phy_register()
/linux/drivers/net/phy/
H A Dfixed_phy.c163 ret = phy_device_register(phy); in fixed_phy_register()
H A Dmdio_bus_provider.c163 err = phy_device_register(phydev); in mdiobus_scan()
H A Dphy_device.c1109 int phy_device_register(struct phy_device *phydev) in phy_device_register() function
1142 EXPORT_SYMBOL(phy_device_register);
/linux/drivers/net/ethernet/hisilicon/hns/
H A Dhns_dsaf_mac.c745 rc = phy_device_register(phy); in hns_mac_register_phydev()
/linux/include/linux/
H A Dphy.h2146 int phy_device_register(struct phy_device *phy);
/linux/drivers/net/ethernet/socionext/
H A Dnetsec.c1984 ret = phy_device_register(priv->phydev); in netsec_register_mdio()
/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-phy-v2.c976 ret = phy_device_register(phydev); in xgbe_phy_find_phy_device()