Searched refs:dm_eth_phy_connect (Results 1 – 8 of 8) sorted by relevance
186 struct phy_device *dm_eth_phy_connect(struct udevice *ethdev);
185 struct phy_device *dm_eth_phy_connect(struct udevice *ethdev) in dm_eth_phy_connect() function
256 port_pdata->phy = dm_eth_phy_connect(pdev); in dsa_port_probe()
289 priv->phy = dm_eth_phy_connect(dev); in enetc_config_phy()
714 phydev = dm_eth_phy_connect(priv->dev); in init_phy()
1117 priv->phydev = dm_eth_phy_connect(dev); in qe_uec_probe()
840 fm_eth->phydev = dm_eth_phy_connect(fm_eth->dev); in init_phy()
32 priv->phy = dm_eth_phy_connect(dev); in init_phy()
Completed in 13 milliseconds