Searched refs:phy_pdev (Results 1 – 3 of 3) sorted by relevance
226 struct platform_device *phy_pdev; in xgbe_of_get_phy_pdev() local233 phy_pdev = of_find_device_by_node(phy_node); in xgbe_of_get_phy_pdev()241 phy_pdev = pdata->platdev; in xgbe_of_get_phy_pdev()244 return phy_pdev; in xgbe_of_get_phy_pdev()281 struct platform_device *phy_pdev; in xgbe_get_phy_pdev() local285 phy_pdev = pdata->platdev; in xgbe_get_phy_pdev()287 phy_pdev = xgbe_of_get_phy_pdev(pdata); in xgbe_get_phy_pdev()290 return phy_pdev; in xgbe_get_phy_pdev()303 struct platform_device *phy_pdev; in xgbe_platform_probe() local326 phy_pdev = xgbe_get_phy_pdev(pdata); in xgbe_platform_probe()[all …]
19 struct platform_device *phy_pdev; in dsi_get_phy() local28 phy_pdev = of_find_device_by_node(phy_node); in dsi_get_phy()29 if (phy_pdev) { in dsi_get_phy()30 msm_dsi->phy = platform_get_drvdata(phy_pdev); in dsi_get_phy()31 msm_dsi->phy_dev = &phy_pdev->dev; in dsi_get_phy()36 if (!phy_pdev) { in dsi_get_phy()41 put_device(&phy_pdev->dev); in dsi_get_phy()
87 struct platform_device *phy_pdev; in msm_hdmi_get_phy() local96 phy_pdev = of_find_device_by_node(phy_node); in msm_hdmi_get_phy()97 if (phy_pdev) in msm_hdmi_get_phy()98 hdmi->phy = platform_get_drvdata(phy_pdev); in msm_hdmi_get_phy()102 if (!phy_pdev) { in msm_hdmi_get_phy()108 put_device(&phy_pdev->dev); in msm_hdmi_get_phy()112 hdmi->phy_dev = get_device(&phy_pdev->dev); in msm_hdmi_get_phy()