Home
last modified time | relevance | path

Searched refs:phy_driver_is_genphy (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/phy/
H A Dphy_device.c1644 bool phy_driver_is_genphy(struct phy_device *phydev) in phy_driver_is_genphy() function
1649 EXPORT_SYMBOL_GPL(phy_driver_is_genphy);
1840 if (phy_driver_is_genphy(phydev) || in phy_detach()
/openbmc/linux/include/linux/
H A Dphy.h2106 bool phy_driver_is_genphy(struct phy_device *phydev);
/openbmc/linux/drivers/net/dsa/
H A Dmt7530.c2875 if (!phydev || phy_driver_is_genphy(phydev)) { in mt7531_rgmii_setup()