Home
last modified time | relevance | path

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

/linux/drivers/net/phy/
H A Dphy_device.c3505 if (IS_ENABLED(CONFIG_PHYLIB_LEDS) && !phy_driver_is_genphy(phydev)) in phy_probe()
3522 if (IS_ENABLED(CONFIG_PHYLIB_LEDS) && !phy_driver_is_genphy(phydev)) in phy_remove()
/linux/include/linux/
H A Dphy.h1319 * phy_driver_is_genphy - Convenience function to check whether PHY is driven
1324 static inline bool phy_driver_is_genphy(struct phy_device *phydev) in phy_driver_is_genphy() function
/linux/drivers/net/dsa/
H A Dmt7530.c2868 if (!phydev || phy_driver_is_genphy(phydev)) { in mt7531_rgmii_setup()