Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dphy.h2157 struct phy_device *phy_find_next(struct mii_bus *bus, struct phy_device *pos);
2186 return phy_find_next(bus, NULL); in phy_find_first()
2191 _phydev = phy_find_next(_bus, _phydev))
/linux/drivers/net/phy/
H A Dphy_device.c1187 struct phy_device *phy_find_next(struct mii_bus *bus, struct phy_device *pos) in phy_find_next() function
1198 EXPORT_SYMBOL_GPL(phy_find_next);
/linux/drivers/net/ethernet/freescale/
H A Dfec_main.c2999 phy_dev = phy_find_next(fep->mii_bus, phy_dev); in fec_enet_mii_probe()