Searched refs:get_phy_device (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-mdio.c | 236 phydev = get_phy_device(mii, XGBE_PRTAD, true); in xgbe_mdio_register()
|
/linux-4.1.27/drivers/of/ |
D | of_mdio.c | 57 phy = get_phy_device(mdio, addr, is_c45); in of_mdiobus_register_phy()
|
/linux-4.1.27/drivers/net/phy/ |
D | fixed_phy.c | 289 phy = get_phy_device(fmb->mii_bus, phy_addr, false); in fixed_phy_register()
|
D | mdio_bus.c | 343 phydev = get_phy_device(bus, addr, false); in mdiobus_scan()
|
D | phy_device.c | 326 struct phy_device *get_phy_device(struct mii_bus *bus, int addr, bool is_c45) in get_phy_device() function 342 EXPORT_SYMBOL(get_phy_device);
|
/linux-4.1.27/include/linux/ |
D | phy.h | 715 struct phy_device *get_phy_device(struct mii_bus *bus, int addr, bool is_c45);
|
/linux-4.1.27/drivers/net/ethernet/apm/xgene/ |
D | xgene_enet_hw.c | 737 phy = get_phy_device(mdio, phy_id, true); in xgene_mdiobus_register()
|