Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/drivers/of/
Dof_mdio.c203 struct phy_device *of_phy_find_device(struct device_node *phy_np) in of_phy_find_device() function
212 EXPORT_SYMBOL(of_phy_find_device);
230 struct phy_device *phy = of_phy_find_device(phy_np); in of_phy_connect()
262 struct phy_device *phy = of_phy_find_device(phy_np); in of_phy_attach()
/linux-4.4.14/net/dsa/
Ddsa.c199 phydev = of_phy_find_device(port_dn); in dsa_cpu_dsa_setup()
438 phydev = of_phy_find_device(port_dn); in dsa_switch_destroy()
/linux-4.4.14/drivers/net/ethernet/broadcom/genet/
Dbcmmii.c552 phydev = of_phy_find_device(dn); in bcmgenet_mii_of_init()
/linux-4.4.14/drivers/net/ethernet/xilinx/
Dxilinx_emaclite.c827 phydev = of_phy_find_device(lp->phy_node); in xemaclite_mdio_setup()
/linux-4.4.14/drivers/net/ethernet/cavium/thunder/
Dthunder_bgx.c988 bgx->lmac[lmac].phydev = of_phy_find_device(phy_np); in bgx_init_of_phy()
/linux-4.4.14/drivers/net/ethernet/freescale/
Ducc_geth.c1380 tbiphy = of_phy_find_device(ug_info->tbi_node); in adjust_enet_interface()
1695 tbiphy = of_phy_find_device(ug_info->tbi_node); in uec_configure_serdes()
Dgianfar.c1828 tbiphy = of_phy_find_device(priv->tbi_node); in gfar_configure_serdes()
/linux-4.4.14/drivers/net/ethernet/ti/
Dcpsw.c2049 phy_dev = of_phy_find_device(phy_node); in cpsw_probe_dt()
/linux-4.4.14/drivers/net/ethernet/marvell/
Dmvneta.c3422 struct phy_device *phy = of_phy_find_device(dn); in mvneta_probe()