Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dphy.h1621 int __genphy_config_aneg(struct phy_device *phydev, bool changed);
1636 return __genphy_config_aneg(phydev, false); in genphy_config_aneg()
/Linux-v6.1/drivers/net/phy/
Dnxp-tja11xx.c261 return __genphy_config_aneg(phydev, changed); in tja11xx_config_aneg()
Drealtek.c675 return __genphy_config_aneg(phydev, ret); in rtl822x_config_aneg()
Dphy_device.c2181 int __genphy_config_aneg(struct phy_device *phydev, bool changed) in __genphy_config_aneg() function
2205 EXPORT_SYMBOL(__genphy_config_aneg);
Dat803x.c1357 return __genphy_config_aneg(phydev, ret); in at803x_config_aneg()