Searched refs:phy_pdev (Results 1 – 4 of 4) sorted by relevance
88 struct platform_device *phy_pdev; in xgbe_of_get_phy_pdev() local95 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() local142 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() local177 phy_pdev = xgbe_get_phy_pdev(pdata); 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()
2350 struct platform_device *reset_pdev, *phy_pdev = NULL; in ufs_mtk_probe() local2384 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()