Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-platform.c88 struct platform_device *phy_pdev; in xgbe_of_get_phy_pdev() local
95 phy_pdev = of_find_device_by_node(phy_node); in xgbe_of_get_phy_pdev()
103 phy_pdev = pdata->platdev; in xgbe_of_get_phy_pdev()
106 return phy_pdev; in xgbe_of_get_phy_pdev()
138 struct platform_device *phy_pdev; in xgbe_get_phy_pdev() local
142 phy_pdev = pdata->platdev; in xgbe_get_phy_pdev()
144 phy_pdev = xgbe_of_get_phy_pdev(pdata); in xgbe_get_phy_pdev()
147 return phy_pdev; in xgbe_get_phy_pdev()
154 struct platform_device *phy_pdev; in xgbe_platform_probe() local
177 phy_pdev = xgbe_get_phy_pdev(pdata); in xgbe_platform_probe()
[all …]
/linux/drivers/gpu/drm/msm/dsi/
H A Ddsi.c28 struct platform_device *phy_pdev; in dsi_get_phy() local
37 phy_pdev = of_find_device_by_node(phy_node); in dsi_get_phy()
38 if (phy_pdev) { in dsi_get_phy()
39 msm_dsi->phy = platform_get_drvdata(phy_pdev); in dsi_get_phy()
40 msm_dsi->phy_dev = &phy_pdev->dev; in dsi_get_phy()
45 if (!phy_pdev) { in dsi_get_phy()
50 put_device(&phy_pdev->dev); in dsi_get_phy()
/linux/drivers/gpu/drm/msm/hdmi/
H A Dhdmi.c91 struct platform_device *phy_pdev; in msm_hdmi_get_phy() local
100 phy_pdev = of_find_device_by_node(phy_node); in msm_hdmi_get_phy()
103 if (!phy_pdev) in msm_hdmi_get_phy()
106 hdmi->phy = platform_get_drvdata(phy_pdev); in msm_hdmi_get_phy()
108 put_device(&phy_pdev->dev); in msm_hdmi_get_phy()
112 hdmi->phy_dev = &phy_pdev->dev; in msm_hdmi_get_phy()
/linux/drivers/ufs/host/
H A Dufs-mediatek.c2350 struct platform_device *reset_pdev, *phy_pdev = NULL; in ufs_mtk_probe() local
2384 phy_pdev = of_find_device_by_node(phy_node); in ufs_mtk_probe()
2385 if (!phy_pdev) in ufs_mtk_probe()
2387 phy_dev = &phy_pdev->dev; in ufs_mtk_probe()