Home
last modified time | relevance | path

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

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