Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dphy_fixed.h33 extern int fixed_phy_set_link_update(struct phy_device *phydev,
60 static inline int fixed_phy_set_link_update(struct phy_device *phydev, in fixed_phy_set_link_update() function
/linux-6.12.1/drivers/net/phy/
Dfixed_phy.c111 int fixed_phy_set_link_update(struct phy_device *phydev, in fixed_phy_set_link_update() function
131 EXPORT_SYMBOL_GPL(fixed_phy_set_link_update);
/linux-6.12.1/drivers/net/ethernet/broadcom/genet/
Dbcmmii.c188 fixed_phy_set_link_update(priv->dev->phydev, in bcmgenet_moca_phy_setup()