Searched refs:get_phy_device (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/phy/ |
| H A D | mdio_bus.c | 685 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 D | fixed_phy.c | 257 phy = get_phy_device(fmb->mii_bus, phy_addr, false); in __fixed_phy_register()
|
| H A D | phy_device.c | 896 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 D | sfp.c | 1464 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 D | phy.c | 768 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 D | of_mdio.c | 126 phy = get_phy_device(mdio, addr, is_c45); in of_mdiobus_register_phy()
|
| H A D | mdio-xgene.c | 267 phy_dev = get_phy_device(bus, phy_addr, false); in xgene_enet_phy_register()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | phy.h | 1362 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 D | hns_dsaf_mac.c | 707 phy = get_phy_device(mdio, addr, is_c45); in hns_mac_register_phydev()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/socionext/ |
| H A D | netsec.c | 1956 priv->phydev = get_phy_device(bus, phy_addr, false); in netsec_register_mdio()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/amd/xgbe/ |
| H A D | xgbe-phy-v2.c | 1031 phydev = get_phy_device(phy_data->mii, phy_data->mdio_addr, in xgbe_phy_find_phy_device()
|