Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/amd/xgbe/
Dxgbe-mdio.c236 phydev = get_phy_device(mii, XGBE_PRTAD, true); in xgbe_mdio_register()
/linux-4.1.27/drivers/of/
Dof_mdio.c57 phy = get_phy_device(mdio, addr, is_c45); in of_mdiobus_register_phy()
/linux-4.1.27/drivers/net/phy/
Dfixed_phy.c289 phy = get_phy_device(fmb->mii_bus, phy_addr, false); in fixed_phy_register()
Dmdio_bus.c343 phydev = get_phy_device(bus, addr, false); in mdiobus_scan()
Dphy_device.c326 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/
Dphy.h715 struct phy_device *get_phy_device(struct mii_bus *bus, int addr, bool is_c45);
/linux-4.1.27/drivers/net/ethernet/apm/xgene/
Dxgene_enet_hw.c737 phy = get_phy_device(mdio, phy_id, true); in xgene_mdiobus_register()