Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/mdio/
Dof_mdio.c264 struct phy_device *of_phy_find_device(struct device_node *phy_np) in of_phy_find_device() function
268 EXPORT_SYMBOL(of_phy_find_device);
287 struct phy_device *phy = of_phy_find_device(phy_np); in of_phy_connect()
436 phydev = of_phy_find_device(np); in of_phy_deregister_fixed_link()
/Linux-v6.6/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-v6.6/drivers/net/phy/
Dxilinx_gmii2rgmii.c99 priv->phy_dev = of_phy_find_device(phy_node); in xgmiitorgmii_probe()
/Linux-v6.6/drivers/net/ethernet/qualcomm/emac/
Demac-phy.c145 adpt->phydev = of_phy_find_device(phy_np); in emac_phy_config()
/Linux-v6.6/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-v6.6/drivers/net/ethernet/broadcom/genet/
Dbcmmii.c573 phydev = of_phy_find_device(dn); in bcmgenet_mii_of_init()
/Linux-v6.6/drivers/net/ethernet/xilinx/
Dxilinx_emaclite.c830 phydev = of_phy_find_device(lp->phy_node); in xemaclite_mdio_setup()
/Linux-v6.6/net/dsa/
Dport.c1547 phydev = of_phy_find_device(phy_dn); in dsa_port_get_phy_device()
1776 phydev = of_phy_find_device(dn); in dsa_shared_port_fixed_link_register_of()
/Linux-v6.6/drivers/net/dsa/
Dbcm_sf2.c680 phydev = of_phy_find_device(child); in bcm_sf2_mdio_register()
/Linux-v6.6/drivers/net/ethernet/nxp/
Dlpc_eth.c763 phydev = of_phy_find_device(pldat->phy_node); in lpc_mii_probe()
/Linux-v6.6/drivers/net/ethernet/cavium/thunder/
Dthunder_bgx.c1497 pd = of_phy_find_device(phy_np); in bgx_init_of_phy()
/Linux-v6.6/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.c1613 tbiphy = of_phy_find_device(priv->tbi_node); in gfar_configure_serdes()
Dfec_main.c2227 phy_dev = of_phy_find_device(fep->phy_node); in fec_enet_phy_reset_after_clk_enable()
/Linux-v6.6/drivers/net/ethernet/renesas/
Drswitch.c1314 phydev = of_phy_find_device(phy); in rswitch_phy_device_init()
Dravb_main.c2390 phydev = of_phy_find_device(pn); in ravb_mdio_init()
Dsh_eth.c3135 phydev = of_phy_find_device(pn); in sh_mdio_init()
/Linux-v6.6/drivers/net/ethernet/engleder/
Dtsnep_main.c2387 adapter->phydev = of_phy_find_device(phy_node); in tsnep_phy_init()
/Linux-v6.6/drivers/net/ethernet/ibm/emac/
Dcore.c2711 dev->phy_dev = of_phy_find_device(np); in emac_init_phy()