Searched refs:get_phy_device (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/drivers/net/mdio/ |
H A D | fwnode_mdio.c | 134 phy = get_phy_device(bus, addr, is_c45); in fwnode_mdiobus_register_phy()
|
H A D | mdio-xgene.c | 265 phy_dev = get_phy_device(bus, phy_addr, false); in xgene_enet_phy_register()
|
/openbmc/u-boot/drivers/net/phy/ |
H A D | phy.c | 784 static struct phy_device *get_phy_device(struct mii_dev *bus, int addr, in get_phy_device() function 851 phydev = get_phy_device(bus, addr, PHY_INTERFACE_MODE_MII); in miiphy_reset()
|
/openbmc/linux/drivers/net/phy/ |
H A D | fixed_phy.c | 257 phy = get_phy_device(fmb->mii_bus, phy_addr, false); in __fixed_phy_register()
|
H A D | mdio_bus.c | 526 phydev = get_phy_device(bus, addr, c45); in mdiobus_scan()
|
H A D | phy_device.c | 945 struct phy_device *get_phy_device(struct mii_bus *bus, int addr, bool is_c45) in get_phy_device() function 977 EXPORT_SYMBOL(get_phy_device);
|
H A D | sfp.c | 1769 phy = get_phy_device(sfp->i2c_mii, addr, is_c45); in sfp_sm_probe_phy()
|
/openbmc/linux/include/linux/ |
H A D | phy.h | 1668 struct phy_device *get_phy_device(struct mii_bus *bus, int addr, bool is_c45); 1700 struct phy_device *get_phy_device(struct mii_bus *bus, int addr, bool is_c45) in get_phy_device() function
|
/openbmc/linux/drivers/net/ethernet/hisilicon/hns/ |
H A D | hns_dsaf_mac.c | 736 phy = get_phy_device(mdio, addr, is_c45); in hns_mac_register_phydev()
|
/openbmc/linux/drivers/net/ethernet/adi/ |
H A D | adin1110.c | 1602 port_priv->phydev = get_phy_device(priv->mii_bus, i + 1, false); in adin1110_probe_netdevs()
|
/openbmc/linux/drivers/net/ethernet/socionext/ |
H A D | netsec.c | 1970 priv->phydev = get_phy_device(bus, phy_addr, false); in netsec_register_mdio()
|
/openbmc/linux/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-phy-v2.c | 1089 phydev = get_phy_device(phy_data->mii, phy_data->mdio_addr, in xgbe_phy_find_phy_device()
|