Home
last modified time | relevance | path

Searched refs:__genphy_config_aneg (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/linux/
H A Dphy.h1819 int __genphy_config_aneg(struct phy_device *phydev, bool changed);
1834 return __genphy_config_aneg(phydev, false); in genphy_config_aneg()
/openbmc/linux/drivers/net/phy/
H A Dnxp-tja11xx.c261 return __genphy_config_aneg(phydev, changed); in tja11xx_config_aneg()
H A Drealtek.c705 return __genphy_config_aneg(phydev, ret); in rtl822x_config_aneg()
H A Dphy_device.c2242 int __genphy_config_aneg(struct phy_device *phydev, bool changed) in __genphy_config_aneg() function
2269 EXPORT_SYMBOL(__genphy_config_aneg);
H A Dat803x.c1336 return __genphy_config_aneg(phydev, ret); in at803x_config_aneg()