Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/mdio/
H A Dfwnode_mdio.c108 rc = phy_device_register(phy); in fwnode_mdiobus_phy_device_register()
160 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-6.15/drivers/net/phy/
H A Dfixed_phy.c299 ret = phy_device_register(phy); in __fixed_phy_register()
H A Dmdio_bus.c579 err = phy_device_register(phydev); in mdiobus_scan()
H A Dphy_device.c1009 int phy_device_register(struct phy_device *phydev) in phy_device_register() function
1042 EXPORT_SYMBOL(phy_device_register);
H A Dsfp.c1871 err = phy_device_register(phy); in sfp_sm_probe_phy()
/linux-6.15/include/linux/
H A Dphy.h1763 int phy_device_register(struct phy_device *phy);
1799 static inline int phy_device_register(struct phy_device *phy) in phy_device_register() function
/linux-6.15/drivers/net/ethernet/hisilicon/hns/
H A Dhns_dsaf_mac.c745 rc = phy_device_register(phy); in hns_mac_register_phydev()
/linux-6.15/drivers/net/ethernet/socionext/
H A Dnetsec.c1984 ret = phy_device_register(priv->phydev); in netsec_register_mdio()
/linux-6.15/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-phy-v2.c1085 ret = phy_device_register(phydev); in xgbe_phy_find_phy_device()