Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dof_mdio.h17 extern struct phy_device *of_phy_find_device(struct device_node *phy_np);
40 static inline struct phy_device *of_phy_find_device(struct device_node *phy_np) in of_phy_find_device() function
/linux-4.1.27/drivers/of/
Dof_mdio.c198 struct phy_device *of_phy_find_device(struct device_node *phy_np) in of_phy_find_device() function
207 EXPORT_SYMBOL(of_phy_find_device);
223 struct phy_device *phy = of_phy_find_device(phy_np); in of_phy_connect()
245 struct phy_device *phy = of_phy_find_device(phy_np); in of_phy_attach()
/linux-4.1.27/drivers/net/ethernet/xilinx/
Dxilinx_emaclite.c827 phydev = of_phy_find_device(lp->phy_node); in xemaclite_mdio_setup()
/linux-4.1.27/drivers/net/ethernet/apm/xgene/
Dxgene_enet_hw.c674 pdata->phy_dev = of_phy_find_device(phy_np); in xgene_enet_phy_connect()
/linux-4.1.27/drivers/net/ethernet/freescale/
Ducc_geth.c1380 tbiphy = of_phy_find_device(ug_info->tbi_node); in adjust_enet_interface()
1693 tbiphy = of_phy_find_device(ug_info->tbi_node); in uec_configure_serdes()
Dgianfar.c1772 tbiphy = of_phy_find_device(priv->tbi_node); in gfar_configure_serdes()
/linux-4.1.27/drivers/net/ethernet/marvell/
Dmvneta.c3175 struct phy_device *phy = of_phy_find_device(dn); in mvneta_probe()