get_phy_device   1020 drivers/net/ethernet/amd/xgbe/xgbe-phy-v2.c 	phydev = get_phy_device(phy_data->mii, phy_data->mdio_addr,
get_phy_device    706 drivers/net/ethernet/hisilicon/hns/hns_dsaf_mac.c 	phy = get_phy_device(mdio, addr, is_c45);
get_phy_device   1931 drivers/net/ethernet/socionext/netsec.c 		priv->phydev = get_phy_device(bus, phy_addr, false);
get_phy_device    263 drivers/net/phy/fixed_phy.c 	phy = get_phy_device(fmb->mii_bus, phy_addr, false);
get_phy_device    267 drivers/net/phy/mdio-xgene.c 	phy_dev = get_phy_device(bus, phy_addr, false);
get_phy_device    519 drivers/net/phy/mdio_bus.c 	phydev = get_phy_device(bus, addr, false);
get_phy_device    837 drivers/net/phy/phy_device.c EXPORT_SYMBOL(get_phy_device);
get_phy_device     59 drivers/of/of_mdio.c 		phy = get_phy_device(mdio, addr, is_c45);
get_phy_device   1003 include/linux/phy.h struct phy_device *get_phy_device(struct mii_bus *bus, int addr, bool is_c45);