Searched refs:get_phy_device (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/of/ |
D | of_mdio.c | 58 phy = get_phy_device(mdio, addr, is_c45); in of_mdiobus_register_phy()
|
/linux-4.4.14/drivers/net/phy/ |
D | fixed_phy.c | 332 phy = get_phy_device(fmb->mii_bus, phy_addr, false); in fixed_phy_register()
|
D | mdio_bus.c | 354 phydev = get_phy_device(bus, addr, false); in mdiobus_scan()
|
D | phy_device.c | 358 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/ |
D | phy.h | 748 struct phy_device *get_phy_device(struct mii_bus *bus, int addr, bool is_c45);
|
/linux-4.4.14/drivers/net/ethernet/apm/xgene/ |
D | xgene_enet_hw.c | 815 phy = get_phy_device(mdio, phy_id, false); in xgene_mdiobus_register()
|