Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dphy_fixed.h21 extern int fixed_phy_set_link_update(struct phy_device *phydev,
43 static inline int fixed_phy_set_link_update(struct phy_device *phydev, in fixed_phy_set_link_update() function
/linux-4.1.27/drivers/net/phy/
Dfixed_phy.c166 int fixed_phy_set_link_update(struct phy_device *phydev, in fixed_phy_set_link_update() function
186 EXPORT_SYMBOL_GPL(fixed_phy_set_link_update);
/linux-4.1.27/drivers/net/ethernet/broadcom/genet/
Dbcmmii.c533 ret = fixed_phy_set_link_update( in bcmgenet_mii_pd_init()
/linux-4.1.27/net/dsa/
Dslave.c797 fixed_phy_set_link_update(p->phy, dsa_slave_fixed_link_update); in dsa_slave_phy_setup()