Searched refs:phy_pdev (Results 1 – 3 of 3) sorted by relevance
88 struct platform_device *phy_pdev; in xgbe_of_get_phy_pdev() local103 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() local142 phy_pdev = pdata->platdev; in xgbe_get_phy_pdev()147 return phy_pdev; in xgbe_get_phy_pdev()178 if (!phy_pdev) { in xgbe_platform_probe()183 pdata->phy_platdev = phy_pdev; in xgbe_platform_probe()184 pdata->phy_dev = &phy_pdev->dev; in xgbe_platform_probe()186 if (pdev == phy_pdev) { in xgbe_platform_probe()[all …]
28 struct platform_device *phy_pdev; in dsi_get_phy() local37 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()
91 struct platform_device *phy_pdev; in msm_hdmi_get_phy() local100 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()
Completed in 10 milliseconds