Home
last modified time | relevance | path

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

/linux/drivers/net/mdio/
H A Dfwnode_mdio.c133 phy = get_phy_device(bus, addr, is_c45); in fwnode_mdiobus_register_phy()
H A Dmdio-xgene.c267 phy_dev = get_phy_device(bus, phy_addr, false); in xgene_enet_phy_register()
/linux/drivers/net/phy/
H A Dfixed_phy.c153 phy = get_phy_device(fmb_mii_bus, phy_addr, false); in fixed_phy_register()
H A Dmdio_bus_provider.c140 phydev = get_phy_device(bus, addr, c45); in mdiobus_scan()
H A Dphy_device.c1071 struct phy_device *get_phy_device(struct mii_bus *bus, int addr, bool is_c45) in get_phy_device() function
1103 EXPORT_SYMBOL(get_phy_device);
/linux/drivers/net/ethernet/hisilicon/hns/
H A Dhns_dsaf_mac.c736 phy = get_phy_device(mdio, addr, is_c45); in hns_mac_register_phydev()
/linux/include/linux/
H A Dphy.h2145 struct phy_device *get_phy_device(struct mii_bus *bus, int addr, bool is_c45);
/linux/drivers/net/ethernet/adi/
H A Dadin1110.c1607 port_priv->phydev = get_phy_device(priv->mii_bus, i + 1, false); in adin1110_probe_netdevs()
/linux/drivers/net/ethernet/socionext/
H A Dnetsec.c1975 priv->phydev = get_phy_device(bus, phy_addr, false); in netsec_register_mdio()
/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-phy-v2.c965 phydev = get_phy_device(phy_data->mii, phy_data->mdio_addr, in xgbe_phy_find_phy_device()