Searched refs:phy_pdev (Results 1 – 3 of 3) sorted by relevance
274 struct platform_device *phy_pdev; in xgbe_of_get_phy_pdev() local281 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() local328 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() local377 phy_pdev = xgbe_get_phy_pdev(pdata); in xgbe_probe()[all …]
29 struct platform_device *phy_pdev; in dsi_get_phy() local38 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()
96 struct platform_device *phy_pdev; in msm_hdmi_get_phy() local105 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()