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()34 if (!phy_pdev || !msm_dsi->phy) { in dsi_get_phy()39 msm_dsi->phy_dev = get_device(&phy_pdev->dev); in dsi_get_phy()
85 struct platform_device *phy_pdev; in msm_hdmi_get_phy() local94 phy_pdev = of_find_device_by_node(phy_node); in msm_hdmi_get_phy()95 if (phy_pdev) in msm_hdmi_get_phy()96 hdmi->phy = platform_get_drvdata(phy_pdev); in msm_hdmi_get_phy()100 if (!phy_pdev || !hdmi->phy) { in msm_hdmi_get_phy()105 hdmi->phy_dev = get_device(&phy_pdev->dev); in msm_hdmi_get_phy()