Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/phy/
H A Dmdio_bus.c685 phydev = get_phy_device(bus, addr, false); in mdiobus_scan()
688 phydev = get_phy_device(bus, addr, true); in mdiobus_scan()
691 phydev = get_phy_device(bus, addr, false); in mdiobus_scan()
693 phydev = get_phy_device(bus, addr, true); in mdiobus_scan()
H A Dfixed_phy.c257 phy = get_phy_device(fmb->mii_bus, phy_addr, false); in __fixed_phy_register()
H A Dphy_device.c896 struct phy_device *get_phy_device(struct mii_bus *bus, int addr, bool is_c45) in get_phy_device() function
916 EXPORT_SYMBOL(get_phy_device);
H A Dsfp.c1464 phy = get_phy_device(sfp->i2c_mii, SFP_PHY_ADDR, is_c45); in sfp_sm_probe_phy()
/OK3568_Linux_fs/u-boot/drivers/net/phy/
H A Dphy.c768 static struct phy_device *get_phy_device(struct mii_dev *bus, int addr, in get_phy_device() function
835 phydev = get_phy_device(bus, addr, PHY_INTERFACE_MODE_MII); in miiphy_reset()
/OK3568_Linux_fs/kernel/drivers/net/mdio/
H A Dof_mdio.c126 phy = get_phy_device(mdio, addr, is_c45); in of_mdiobus_register_phy()
H A Dmdio-xgene.c267 phy_dev = get_phy_device(bus, phy_addr, false); in xgene_enet_phy_register()
/OK3568_Linux_fs/kernel/include/linux/
H A Dphy.h1362 struct phy_device *get_phy_device(struct mii_bus *bus, int addr, bool is_c45);
1367 struct phy_device *get_phy_device(struct mii_bus *bus, int addr, bool is_c45) in get_phy_device() function
/OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns/
H A Dhns_dsaf_mac.c707 phy = get_phy_device(mdio, addr, is_c45); in hns_mac_register_phydev()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/socionext/
H A Dnetsec.c1956 priv->phydev = get_phy_device(bus, phy_addr, false); in netsec_register_mdio()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-phy-v2.c1031 phydev = get_phy_device(phy_data->mii, phy_data->mdio_addr, in xgbe_phy_find_phy_device()