Searched refs:get_phy_device (Results 1 – 10 of 10) sorted by relevance
/drivers/net/phy/ |
D | mdio_bus.c | 700 phydev = get_phy_device(bus, addr, false); in mdiobus_scan() 703 phydev = get_phy_device(bus, addr, true); in mdiobus_scan() 706 phydev = get_phy_device(bus, addr, false); in mdiobus_scan() 708 phydev = get_phy_device(bus, addr, true); in mdiobus_scan()
|
D | fixed_phy.c | 257 phy = get_phy_device(fmb->mii_bus, phy_addr, false); in __fixed_phy_register()
|
D | phy_device.c | 912 struct phy_device *get_phy_device(struct mii_bus *bus, int addr, bool is_c45) in get_phy_device() function 944 EXPORT_SYMBOL(get_phy_device);
|
D | sfp.c | 1630 phy = get_phy_device(sfp->i2c_mii, addr, is_c45); in sfp_sm_probe_phy()
|
/drivers/net/mdio/ |
D | fwnode_mdio.c | 138 phy = get_phy_device(bus, addr, is_c45); in fwnode_mdiobus_register_phy()
|
D | mdio-xgene.c | 267 phy_dev = get_phy_device(bus, phy_addr, false); in xgene_enet_phy_register()
|
/drivers/net/ethernet/hisilicon/hns/ |
D | hns_dsaf_mac.c | 736 phy = get_phy_device(mdio, addr, is_c45); in hns_mac_register_phydev()
|
/drivers/net/ethernet/adi/ |
D | adin1110.c | 1582 port_priv->phydev = get_phy_device(priv->mii_bus, i + 1, false); in adin1110_probe_netdevs()
|
/drivers/net/ethernet/socionext/ |
D | netsec.c | 1970 priv->phydev = get_phy_device(bus, phy_addr, false); in netsec_register_mdio()
|
/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-phy-v2.c | 1022 phydev = get_phy_device(phy_data->mii, phy_data->mdio_addr, in xgbe_phy_find_phy_device()
|