Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/phy/
Dphy_device.c1588 bool phy_driver_is_genphy(struct phy_device *phydev) in phy_driver_is_genphy() function
1593 EXPORT_SYMBOL_GPL(phy_driver_is_genphy);
1780 if (phy_driver_is_genphy(phydev) || in phy_detach()
/linux-6.1.9/include/linux/
Dphy.h1880 bool phy_driver_is_genphy(struct phy_device *phydev);
/linux-6.1.9/drivers/net/dsa/
Dmt7530.c2539 if (!phydev || phy_driver_is_genphy(phydev)) { in mt7531_rgmii_setup()