Searched refs:dm_eth_phy_connect (Results 1 – 13 of 13) sorted by relevance
224 struct phy_device *dm_eth_phy_connect(struct udevice *ethdev);
217 struct phy_device *dm_eth_phy_connect(struct udevice *ethdev) in dm_eth_phy_connect() function
297 port_pdata->phy = dm_eth_phy_connect(pdev); in dsa_port_probe()
224 phydev = dm_eth_phy_connect(dev); in ftgmac100_phy_init()
306 priv->phy = dm_eth_phy_connect(dev); in enetc_config_phy()
616 phydev = dm_eth_phy_connect(priv->dev); in init_phy()
571 phydev = dm_eth_phy_connect(dev); in dw_phy_init()
1171 phydev = dm_eth_phy_connect(dev); in fec_phy_init()
1454 phydev = dm_eth_phy_connect(dev); in mvneta_start()
709 fm_eth->phydev = dm_eth_phy_connect(fm_eth->dev); in init_phy()
32 priv->phy = dm_eth_phy_connect(dev); in init_phy()
290 priv->phy_dev = dm_eth_phy_connect(dev); in octeon_eth_init()
1117 priv->phydev = dm_eth_phy_connect(dev); in qe_uec_probe()
Completed in 40 milliseconds