Searched refs:mdio_phydev_for_ethname (Results 1 – 11 of 11) sorted by relevance
112 gd->jt->mdio_phydev_for_ethname = mdio_phydev_for_ethname; in board_eth_init()
85 EXPORT_FUNC(mdio_phydev_for_ethname, struct phy_device *,86 mdio_phydev_for_ethname, const char *ethname)
44 struct phy_device *mdio_phydev_for_ethname(const char *ethname);
44 struct phy_device *mdio_phydev_for_ethname(const char *devname);
171 dev = mdio_phydev_for_ethname(argv[0]); in extract_phy_range()224 phydev = mdio_phydev_for_ethname(argv[2]); in do_mdio()
22 # define mdio_phydev_for_ethname dummy macro
181 struct phy_device *mdio_phydev_for_ethname(const char *ethname) in mdio_phydev_for_ethname() function