Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/of/
Dof_mdio.c298 struct phy_device *of_phy_find_device(struct device_node *phy_np) in of_phy_find_device() function
316 EXPORT_SYMBOL(of_phy_find_device);
335 struct phy_device *phy = of_phy_find_device(phy_np); in of_phy_connect()
411 struct phy_device *phy = of_phy_find_device(phy_np); in of_phy_attach()
520 phydev = of_phy_find_device(np); in of_phy_deregister_fixed_link()
/Linux-v4.19/include/linux/
Dof_mdio.h17 extern struct phy_device *of_phy_find_device(struct device_node *phy_np);
68 static inline struct phy_device *of_phy_find_device(struct device_node *phy_np) in of_phy_find_device() function
/Linux-v4.19/drivers/net/phy/
Dxilinx_gmii2rgmii.c82 priv->phy_dev = of_phy_find_device(phy_node); in xgmiitorgmii_probe()
/Linux-v4.19/drivers/net/ethernet/qualcomm/emac/
Demac-phy.c153 adpt->phydev = of_phy_find_device(phy_np); in emac_phy_config()
/Linux-v4.19/net/dsa/
Dport.c291 phydev = of_phy_find_device(phy_dn); in dsa_port_get_phy_device()
359 phydev = of_phy_find_device(dn); in dsa_port_fixed_link_register_of()
/Linux-v4.19/drivers/net/ethernet/mscc/
Docelot_board.c278 phy = of_phy_find_device(phy_node); in mscc_ocelot_probe()
/Linux-v4.19/drivers/net/ethernet/broadcom/genet/
Dbcmmii.c482 phydev = of_phy_find_device(dn); in bcmgenet_mii_of_init()
/Linux-v4.19/drivers/net/ethernet/hisilicon/hns/
Dhns_dsaf_mac.c833 mac_cb->phy_dev = of_phy_find_device(np); in hns_mac_get_info()
852 mac_cb->phy_dev = of_phy_find_device(np); in hns_mac_get_info()
/Linux-v4.19/drivers/net/ethernet/freescale/fman/
Dmac.c825 phy = of_phy_find_device(mac_dev->phy_node); in mac_probe()
Dfman_memac.c1205 memac->pcsphy = of_phy_find_device(params->internal_phy_node); in memac_config()
Dfman_dtsec.c1553 dtsec->tbiphy = of_phy_find_device(params->internal_phy_node); in dtsec_config()
/Linux-v4.19/drivers/net/ethernet/xilinx/
Dxilinx_emaclite.c847 phydev = of_phy_find_device(lp->phy_node); in xemaclite_mdio_setup()
/Linux-v4.19/drivers/net/ethernet/cavium/thunder/
Dthunder_bgx.c1501 pd = of_phy_find_device(phy_np); in bgx_init_of_phy()
/Linux-v4.19/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.c1846 tbiphy = of_phy_find_device(priv->tbi_node); in gfar_configure_serdes()
/Linux-v4.19/drivers/net/ethernet/ibm/emac/
Dcore.c2684 dev->phy_dev = of_phy_find_device(np); in emac_init_phy()