Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/mdio/
Dof_mdio.c370 struct phy_device *of_phy_find_device(struct device_node *phy_np) in of_phy_find_device() function
385 EXPORT_SYMBOL(of_phy_find_device);
404 struct phy_device *phy = of_phy_find_device(phy_np); in of_phy_connect()
480 struct phy_device *phy = of_phy_find_device(phy_np); in of_phy_attach()
583 phydev = of_phy_find_device(np); in of_phy_deregister_fixed_link()
/Linux-v5.10/include/linux/
Dof_mdio.h21 struct phy_device *of_phy_find_device(struct device_node *phy_np);
83 static inline struct phy_device *of_phy_find_device(struct device_node *phy_np) in of_phy_find_device() function
/Linux-v5.10/drivers/net/phy/
Dxilinx_gmii2rgmii.c76 priv->phy_dev = of_phy_find_device(phy_node); in xgmiitorgmii_probe()
Dphylink.c1104 phy_dev = of_phy_find_device(phy_node); in phylink_of_phy_connect()
/Linux-v5.10/drivers/net/ethernet/qualcomm/emac/
Demac-phy.c145 adpt->phydev = of_phy_find_device(phy_np); in emac_phy_config()
/Linux-v5.10/net/dsa/
Dport.c488 phydev = of_phy_find_device(phy_dn); in dsa_port_get_phy_device()
660 phydev = of_phy_find_device(dn); in dsa_port_fixed_link_register_of()
/Linux-v5.10/drivers/net/ethernet/hisilicon/hns/
Dhns_dsaf_mac.c840 mac_cb->phy_dev = of_phy_find_device(np); in hns_mac_get_info()
859 mac_cb->phy_dev = of_phy_find_device(np); in hns_mac_get_info()
/Linux-v5.10/drivers/net/ethernet/broadcom/genet/
Dbcmmii.c527 phydev = of_phy_find_device(dn); in bcmgenet_mii_of_init()
/Linux-v5.10/drivers/net/ethernet/freescale/fman/
Dmac.c819 phy = of_phy_find_device(mac_dev->phy_node); in mac_probe()
Dfman_memac.c1202 memac->pcsphy = of_phy_find_device(params->internal_phy_node); in memac_config()
Dfman_dtsec.c1545 dtsec->tbiphy = of_phy_find_device(params->internal_phy_node); in dtsec_config()
/Linux-v5.10/drivers/net/ethernet/xilinx/
Dxilinx_emaclite.c840 phydev = of_phy_find_device(lp->phy_node); in xemaclite_mdio_setup()
/Linux-v5.10/drivers/net/ethernet/mscc/
Docelot_vsc7514.c1100 phy = of_phy_find_device(phy_node); in mscc_ocelot_init_ports()
/Linux-v5.10/drivers/net/ethernet/nxp/
Dlpc_eth.c763 phydev = of_phy_find_device(pldat->phy_node); in lpc_mii_probe()
/Linux-v5.10/drivers/net/dsa/
Dbcm_sf2.c570 phydev = of_phy_find_device(child); in bcm_sf2_mdio_register()
/Linux-v5.10/drivers/net/ethernet/cavium/thunder/
Dthunder_bgx.c1501 pd = of_phy_find_device(phy_np); in bgx_init_of_phy()
/Linux-v5.10/drivers/net/ethernet/freescale/
Ducc_geth.c1377 tbiphy = of_phy_find_device(ug_info->tbi_node); in adjust_enet_interface()
1692 tbiphy = of_phy_find_device(ug_info->tbi_node); in uec_configure_serdes()
Dfec_main.c1929 phy_dev = of_phy_find_device(fep->phy_node); in fec_enet_phy_reset_after_clk_enable()
Dgianfar.c1642 tbiphy = of_phy_find_device(priv->tbi_node); in gfar_configure_serdes()
/Linux-v5.10/drivers/net/ethernet/ibm/emac/
Dcore.c2706 dev->phy_dev = of_phy_find_device(np); in emac_init_phy()