Searched refs:phy_check_valid (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/net/phy/ |
H A D | phy.c | 234 * phy_check_valid - check if there is a valid PHY setting which matches 242 bool phy_check_valid(int speed, int duplex, unsigned long *features) in phy_check_valid() function 246 EXPORT_SYMBOL(phy_check_valid);
|
H A D | phy-c45.c | 1496 return phy_check_valid(phydev->speed, phydev->duplex, common); in genphy_c45_eee_is_active()
|
/linux/include/linux/ |
H A D | phy.h | 1833 bool phy_check_valid(int speed, int duplex, unsigned long *features);
|
/linux/drivers/net/usb/ |
H A D | r8152.c | 8944 eee->eee_active = phy_check_valid(tp->speed, tp->duplex, common); in r8152_get_eee() 8978 eee->eee_active = phy_check_valid(tp->speed, tp->duplex, common); in r8153_get_eee()
|