Searched refs:of_phy_find_device (Results 1 - 19 of 19) sorted by relevance

/linux-master/include/linux/
H A Dof_mdio.h37 struct phy_device *of_phy_find_device(struct device_node *phy_np);
103 static inline struct phy_device *of_phy_find_device(struct device_node *phy_np) function
/linux-master/drivers/net/mdio/
H A Dof_mdio.c292 * of_phy_find_device - Give a PHY node, find the phy_device
298 struct phy_device *of_phy_find_device(struct device_node *phy_np) function
302 EXPORT_SYMBOL(of_phy_find_device); variable
321 struct phy_device *phy = of_phy_find_device(phy_np);
470 phydev = of_phy_find_device(np);
476 put_device(&phydev->mdio.dev); /* of_phy_find_device() */
/linux-master/drivers/net/phy/
H A Dxilinx_gmii2rgmii.c99 priv->phy_dev = of_phy_find_device(phy_node);
/linux-master/drivers/net/ethernet/qualcomm/emac/
H A Demac-phy.c128 /* of_phy_find_device() claims a reference to the phydev,
145 adpt->phydev = of_phy_find_device(phy_np);
/linux-master/drivers/net/ethernet/hisilicon/hns/
H A Dhns_dsaf_mac.c869 mac_cb->phy_dev = of_phy_find_device(np);
871 /* refcount is held by of_phy_find_device()
888 mac_cb->phy_dev = of_phy_find_device(np);
890 /* refcount is held by of_phy_find_device()
/linux-master/drivers/net/ethernet/broadcom/genet/
H A Dbcmmii.c578 phydev = of_phy_find_device(dn);
/linux-master/net/dsa/
H A Dport.c1547 phydev = of_phy_find_device(phy_dn);
1761 phydev = of_phy_find_device(dn);
/linux-master/drivers/net/ethernet/xilinx/
H A Dxilinx_emaclite.c830 phydev = of_phy_find_device(lp->phy_node);
/linux-master/drivers/net/ethernet/nxp/
H A Dlpc_eth.c763 phydev = of_phy_find_device(pldat->phy_node);
/linux-master/drivers/net/dsa/
H A Dbcm_sf2.c677 phydev = of_phy_find_device(child);
/linux-master/drivers/net/ethernet/cavium/thunder/
H A Dthunder_bgx.c1497 pd = of_phy_find_device(phy_np);
/linux-master/drivers/net/ethernet/freescale/
H A Ducc_geth.c1357 tbiphy = of_phy_find_device(ug_info->tbi_node);
1672 tbiphy = of_phy_find_device(ug_info->tbi_node);
H A Dgianfar.c1613 tbiphy = of_phy_find_device(priv->tbi_node);
H A Dfec_main.c2299 phy_dev = of_phy_find_device(fep->phy_node);
/linux-master/drivers/net/ethernet/renesas/
H A Drswitch.c1402 phydev = of_phy_find_device(phy);
H A Dsh_eth.c3135 phydev = of_phy_find_device(pn);
H A Dravb_main.c2591 phydev = of_phy_find_device(pn);
/linux-master/drivers/net/ethernet/engleder/
H A Dtsnep_main.c2460 adapter->phydev = of_phy_find_device(phy_node);
/linux-master/drivers/net/ethernet/ibm/emac/
H A Dcore.c2711 dev->phy_dev = of_phy_find_device(np);

Completed in 628 milliseconds