Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/mdio/
Dof_mdio.c298 struct phy_device *of_phy_find_device(struct device_node *phy_np) in of_phy_find_device() function
302 EXPORT_SYMBOL(of_phy_find_device);
321 struct phy_device *phy = of_phy_find_device(phy_np); in of_phy_connect()
469 phydev = of_phy_find_device(np); in of_phy_deregister_fixed_link()
/linux-6.12.1/include/linux/
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) in of_phy_find_device() function
/linux-6.12.1/drivers/net/ethernet/qualcomm/emac/
Demac-phy.c145 adpt->phydev = of_phy_find_device(phy_np); in emac_phy_config()
/linux-6.12.1/drivers/net/phy/
Dxilinx_gmii2rgmii.c106 priv->phy_dev = of_phy_find_device(phy_node); in xgmiitorgmii_probe()
/linux-6.12.1/drivers/net/ethernet/hisilicon/hns/
Dhns_dsaf_mac.c869 mac_cb->phy_dev = of_phy_find_device(np); in hns_mac_get_info()
888 mac_cb->phy_dev = of_phy_find_device(np); in hns_mac_get_info()
/linux-6.12.1/drivers/net/ethernet/broadcom/genet/
Dbcmmii.c582 phydev = of_phy_find_device(dn); in bcmgenet_mii_of_init()
/linux-6.12.1/drivers/net/ethernet/xilinx/
Dxilinx_emaclite.c830 phydev = of_phy_find_device(lp->phy_node); in xemaclite_mdio_setup()
/linux-6.12.1/drivers/net/dsa/
Dbcm_sf2.c677 phydev = of_phy_find_device(child); in bcm_sf2_mdio_register()
/linux-6.12.1/drivers/net/ethernet/nxp/
Dlpc_eth.c763 phydev = of_phy_find_device(pldat->phy_node); in lpc_mii_probe()
/linux-6.12.1/drivers/net/ethernet/mediatek/
Dmtk_star_emac.c1653 phydev = of_phy_find_device(priv->phy_node); in mtk_star_probe()
/linux-6.12.1/drivers/net/ethernet/cavium/thunder/
Dthunder_bgx.c1499 pd = of_phy_find_device(phy_np); in bgx_init_of_phy()
/linux-6.12.1/drivers/net/ethernet/freescale/
Ducc_geth.c1357 tbiphy = of_phy_find_device(ug_info->tbi_node); in adjust_enet_interface()
1672 tbiphy = of_phy_find_device(ug_info->tbi_node); in uec_configure_serdes()
Dgianfar.c1615 tbiphy = of_phy_find_device(priv->tbi_node); in gfar_configure_serdes()
Dfec_main.c2316 phy_dev = of_phy_find_device(fep->phy_node); in fec_enet_phy_reset_after_clk_enable()
/linux-6.12.1/drivers/net/ethernet/renesas/
Drswitch.c1402 phydev = of_phy_find_device(phy); in rswitch_phy_device_init()
Dsh_eth.c3135 phydev = of_phy_find_device(pn); in sh_mdio_init()
Dravb_main.c2646 phydev = of_phy_find_device(pn); in ravb_mdio_init()
/linux-6.12.1/drivers/net/ethernet/engleder/
Dtsnep_main.c2460 adapter->phydev = of_phy_find_device(phy_node); in tsnep_phy_init()
/linux-6.12.1/drivers/net/ethernet/ibm/emac/
Dcore.c2668 ndev->phydev = of_phy_find_device(np); in emac_init_phy()