Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/phy/
Dfixed_phy.c205 phy = get_phy_device(fmb->mii_bus, phy_addr, false); in fixed_phy_register()
Dmdio-xgene.c279 phy_dev = get_phy_device(bus, phy_addr, false); in xgene_enet_phy_register()
Dmdio_bus.c511 phydev = get_phy_device(bus, addr, false); in mdiobus_scan()
Dphy_device.c625 struct phy_device *get_phy_device(struct mii_bus *bus, int addr, bool is_c45) in get_phy_device() function
641 EXPORT_SYMBOL(get_phy_device);
/Linux-v4.19/include/linux/
Dphy.h915 struct phy_device *get_phy_device(struct mii_bus *bus, int addr, bool is_c45);
920 struct phy_device *get_phy_device(struct mii_bus *bus, int addr, bool is_c45) in get_phy_device() function
/Linux-v4.19/drivers/of/
Dof_mdio.c61 phy = get_phy_device(mdio, addr, is_c45); in of_mdiobus_register_phy()
/Linux-v4.19/drivers/net/ethernet/hisilicon/hns/
Dhns_dsaf_mac.c710 phy = get_phy_device(mdio, addr, is_c45); in hns_mac_register_phydev()
/Linux-v4.19/drivers/net/ethernet/socionext/
Dnetsec.c1518 priv->phydev = get_phy_device(bus, phy_addr, false); in netsec_register_mdio()
/Linux-v4.19/drivers/net/ethernet/amd/xgbe/
Dxgbe-phy-v2.c1007 phydev = get_phy_device(phy_data->mii, phy_data->mdio_addr, in xgbe_phy_find_phy_device()