Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/of/
Dof_mdio.c58 phy = get_phy_device(mdio, addr, is_c45); in of_mdiobus_register_phy()
/linux-4.4.14/drivers/net/phy/
Dfixed_phy.c332 phy = get_phy_device(fmb->mii_bus, phy_addr, false); in fixed_phy_register()
Dmdio_bus.c354 phydev = get_phy_device(bus, addr, false); in mdiobus_scan()
Dphy_device.c358 struct phy_device *get_phy_device(struct mii_bus *bus, int addr, bool is_c45) in get_phy_device() function
374 EXPORT_SYMBOL(get_phy_device);
/linux-4.4.14/include/linux/
Dphy.h748 struct phy_device *get_phy_device(struct mii_bus *bus, int addr, bool is_c45);
/linux-4.4.14/drivers/net/ethernet/apm/xgene/
Dxgene_enet_hw.c815 phy = get_phy_device(mdio, phy_id, false); in xgene_mdiobus_register()