Home
last modified time | relevance | path

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

/linux/drivers/net/phy/
H A Dphy.c234 * 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 Dphy-c45.c1496 return phy_check_valid(phydev->speed, phydev->duplex, common); in genphy_c45_eee_is_active()
/linux/include/linux/
H A Dphy.h1833 bool phy_check_valid(int speed, int duplex, unsigned long *features);
/linux/drivers/net/usb/
H A Dr8152.c8944 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()