Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/phy/
Dmdio_bus.c695 phydev = get_phy_device(bus, addr, false); in mdiobus_scan()
698 phydev = get_phy_device(bus, addr, true); in mdiobus_scan()
701 phydev = get_phy_device(bus, addr, false); in mdiobus_scan()
703 phydev = get_phy_device(bus, addr, true); in mdiobus_scan()
Dfixed_phy.c257 phy = get_phy_device(fmb->mii_bus, phy_addr, false); in __fixed_phy_register()
Dphy_device.c912 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);
Dsfp.c1620 phy = get_phy_device(sfp->i2c_mii, addr, is_c45); in sfp_sm_probe_phy()
/Linux-v6.1/drivers/net/mdio/
Dfwnode_mdio.c138 phy = get_phy_device(bus, addr, is_c45); in fwnode_mdiobus_register_phy()
Dmdio-xgene.c267 phy_dev = get_phy_device(bus, phy_addr, false); in xgene_enet_phy_register()
/Linux-v6.1/include/linux/
Dphy.h1467 struct phy_device *get_phy_device(struct mii_bus *bus, int addr, bool is_c45);
1499 struct phy_device *get_phy_device(struct mii_bus *bus, int addr, bool is_c45) in get_phy_device() function
/Linux-v6.1/drivers/net/ethernet/hisilicon/hns/
Dhns_dsaf_mac.c707 phy = get_phy_device(mdio, addr, is_c45); in hns_mac_register_phydev()
/Linux-v6.1/drivers/net/ethernet/adi/
Dadin1110.c1587 port_priv->phydev = get_phy_device(priv->mii_bus, i + 1, false); in adin1110_probe_netdevs()
/Linux-v6.1/drivers/net/ethernet/socionext/
Dnetsec.c1959 priv->phydev = get_phy_device(bus, phy_addr, false); in netsec_register_mdio()
/Linux-v6.1/drivers/net/ethernet/amd/xgbe/
Dxgbe-phy-v2.c1031 phydev = get_phy_device(phy_data->mii, phy_data->mdio_addr, in xgbe_phy_find_phy_device()