Home
last modified time | relevance | path

Searched refs:get_phy_device (Results 1 – 8 of 8) sorted by relevance

/drivers/of/
Dof_mdio.c59 phy = get_phy_device(mdio, addr, is_c45); in of_mdiobus_register_phy()
/drivers/net/phy/
Dfixed_phy.c266 phy = get_phy_device(fmb->mii_bus, phy_addr, false); in __fixed_phy_register()
Dmdio-xgene.c267 phy_dev = get_phy_device(bus, phy_addr, false); in xgene_enet_phy_register()
Dmdio_bus.c519 phydev = get_phy_device(bus, addr, false); in mdiobus_scan()
Dphy_device.c813 struct phy_device *get_phy_device(struct mii_bus *bus, int addr, bool is_c45) in get_phy_device() function
832 EXPORT_SYMBOL(get_phy_device);
/drivers/net/ethernet/hisilicon/hns/
Dhns_dsaf_mac.c706 phy = get_phy_device(mdio, addr, is_c45); in hns_mac_register_phydev()
/drivers/net/ethernet/socionext/
Dnetsec.c1931 priv->phydev = get_phy_device(bus, phy_addr, false); in netsec_register_mdio()
/drivers/net/ethernet/amd/xgbe/
Dxgbe-phy-v2.c1020 phydev = get_phy_device(phy_data->mii, phy_data->mdio_addr, in xgbe_phy_find_phy_device()