Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dphy_fixed.h24 extern int fixed_phy_set_link_update(struct phy_device *phydev,
44 static inline int fixed_phy_set_link_update(struct phy_device *phydev, in fixed_phy_set_link_update() function
/Linux-v4.19/drivers/net/phy/
Dfixed_phy.c96 int fixed_phy_set_link_update(struct phy_device *phydev, in fixed_phy_set_link_update() function
116 EXPORT_SYMBOL_GPL(fixed_phy_set_link_update);
/Linux-v4.19/drivers/net/ethernet/broadcom/genet/
Dbcmmii.c175 fixed_phy_set_link_update(priv->dev->phydev, in bcmgenet_moca_phy_setup()