Searched refs:get_phy_device (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/net/phy/ |
D | fixed_phy.c | 205 phy = get_phy_device(fmb->mii_bus, phy_addr, false); in fixed_phy_register()
|
D | mdio-xgene.c | 279 phy_dev = get_phy_device(bus, phy_addr, false); in xgene_enet_phy_register()
|
D | mdio_bus.c | 511 phydev = get_phy_device(bus, addr, false); in mdiobus_scan()
|
D | phy_device.c | 625 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/ |
D | phy.h | 915 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/ |
D | of_mdio.c | 61 phy = get_phy_device(mdio, addr, is_c45); in of_mdiobus_register_phy()
|
/Linux-v4.19/drivers/net/ethernet/hisilicon/hns/ |
D | hns_dsaf_mac.c | 710 phy = get_phy_device(mdio, addr, is_c45); in hns_mac_register_phydev()
|
/Linux-v4.19/drivers/net/ethernet/socionext/ |
D | netsec.c | 1518 priv->phydev = get_phy_device(bus, phy_addr, false); in netsec_register_mdio()
|
/Linux-v4.19/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-phy-v2.c | 1007 phydev = get_phy_device(phy_data->mii, phy_data->mdio_addr, in xgbe_phy_find_phy_device()
|