Searched refs:get_phy_device (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.4/drivers/of/ |
| D | of_mdio.c | 59 phy = get_phy_device(mdio, addr, is_c45); in of_mdiobus_register_phy()
|
| /Linux-v5.4/drivers/net/phy/ |
| D | fixed_phy.c | 266 phy = get_phy_device(fmb->mii_bus, phy_addr, false); in __fixed_phy_register()
|
| D | mdio-xgene.c | 267 phy_dev = get_phy_device(bus, phy_addr, false); in xgene_enet_phy_register()
|
| D | mdio_bus.c | 517 phydev = get_phy_device(bus, addr, false); in mdiobus_scan()
|
| D | phy_device.c | 813 struct phy_device *get_phy_device(struct mii_bus *bus, int addr, bool is_c45) in get_phy_device() function 829 EXPORT_SYMBOL(get_phy_device);
|
| /Linux-v5.4/include/linux/ |
| D | phy.h | 1000 struct phy_device *get_phy_device(struct mii_bus *bus, int addr, bool is_c45); 1005 struct phy_device *get_phy_device(struct mii_bus *bus, int addr, bool is_c45) in get_phy_device() function
|
| /Linux-v5.4/drivers/net/ethernet/hisilicon/hns/ |
| D | hns_dsaf_mac.c | 706 phy = get_phy_device(mdio, addr, is_c45); in hns_mac_register_phydev()
|
| /Linux-v5.4/drivers/net/ethernet/socionext/ |
| D | netsec.c | 1931 priv->phydev = get_phy_device(bus, phy_addr, false); in netsec_register_mdio()
|
| /Linux-v5.4/drivers/net/ethernet/amd/xgbe/ |
| D | xgbe-phy-v2.c | 1020 phydev = get_phy_device(phy_data->mii, phy_data->mdio_addr, in xgbe_phy_find_phy_device()
|