Home
last modified time | relevance | path

Searched refs:phy_pdev (Results 1 – 3 of 3) 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()
44 if (!phy_pdev || !msm_dsi->phy) { in dsi_get_phy()
49 msm_dsi->phy_dev = get_device(&phy_pdev->dev); in dsi_get_phy()
/drivers/gpu/drm/msm/hdmi/
Dhdmi.c96 struct platform_device *phy_pdev; in msm_hdmi_get_phy() local
105 phy_pdev = of_find_device_by_node(phy_node); in msm_hdmi_get_phy()
106 if (phy_pdev) in msm_hdmi_get_phy()
107 hdmi->phy = platform_get_drvdata(phy_pdev); in msm_hdmi_get_phy()
111 if (!phy_pdev || !hdmi->phy) { in msm_hdmi_get_phy()
116 hdmi->phy_dev = get_device(&phy_pdev->dev); in msm_hdmi_get_phy()