Searched refs:mdio_phydev_for_ethname (Results 1 – 10 of 10) sorted by relevance
115 gd->jt->mdio_phydev_for_ethname = mdio_phydev_for_ethname; in board_eth_init()
25 # define mdio_phydev_for_ethname dummy macro
187 struct phy_device *mdio_phydev_for_ethname(const char *ethname) in mdio_phydev_for_ethname() function
82 EXPORT_FUNC(mdio_phydev_for_ethname, struct phy_device *,83 mdio_phydev_for_ethname, const char *ethname)
60 struct phy_device *mdio_phydev_for_ethname(const char *ethname);
44 struct phy_device *mdio_phydev_for_ethname(const char *devname);
169 gd->jt->mdio_phydev_for_ethname = mdio_phydev_for_ethname; in board_eth_init()
585 gd->jt->mdio_phydev_for_ethname = mdio_phydev_for_ethname; in board_eth_init()
594 gd->jt->mdio_phydev_for_ethname = mdio_phydev_for_ethname; in board_eth_init()
180 dev = mdio_phydev_for_ethname(argv[0]); in extract_phy_range()234 phydev = mdio_phydev_for_ethname(argv[2]); in do_mdio()
Completed in 10 milliseconds