Searched refs:phy_pdev (Results 1 – 2 of 2) 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()41 msm_dsi->phy_dev = &phy_pdev->dev; in dsi_get_phy()46 if (!phy_pdev || !msm_dsi->phy) { in dsi_get_phy()