Home
last modified time | relevance | path

Searched refs:phy_pdev (Results 1 – 2 of 2) sorted by relevance

/drivers/net/ethernet/amd/xgbe/
Dxgbe-main.c274 struct platform_device *phy_pdev; in xgbe_of_get_phy_pdev() local
281 phy_pdev = of_find_device_by_node(phy_node); in xgbe_of_get_phy_pdev()
289 phy_pdev = pdata->pdev; in xgbe_of_get_phy_pdev()
292 return phy_pdev; in xgbe_of_get_phy_pdev()
324 struct platform_device *phy_pdev; in xgbe_get_phy_pdev() local
328 phy_pdev = pdata->pdev; in xgbe_get_phy_pdev()
330 phy_pdev = xgbe_of_get_phy_pdev(pdata); in xgbe_get_phy_pdev()
333 return phy_pdev; in xgbe_get_phy_pdev()
341 struct platform_device *phy_pdev; in xgbe_probe() local
377 phy_pdev = xgbe_get_phy_pdev(pdata); in xgbe_probe()
[all …]
/drivers/gpu/drm/msm/dsi/
Ddsi.c29 struct platform_device *phy_pdev; in dsi_get_phy() local
38 phy_pdev = of_find_device_by_node(phy_node); in dsi_get_phy()
39 if (phy_pdev) { in dsi_get_phy()
40 msm_dsi->phy = platform_get_drvdata(phy_pdev); in dsi_get_phy()
41 msm_dsi->phy_dev = &phy_pdev->dev; in dsi_get_phy()
46 if (!phy_pdev || !msm_dsi->phy) { in dsi_get_phy()