Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A 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
/openbmc/linux/drivers/net/phy/
H A 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);
/openbmc/linux/drivers/net/ethernet/broadcom/genet/
H A Dbcmmii.c187 fixed_phy_set_link_update(priv->dev->phydev, in bcmgenet_moca_phy_setup()