Lines Matching refs:phy
41 struct phy *phy; member
100 static int exynos_mipi_video_phy_power_on(struct phy *phy) in exynos_mipi_video_phy_power_on() argument
102 struct video_phy_desc *phy_desc = phy_get_drvdata(phy); in exynos_mipi_video_phy_power_on()
108 static int exynos_mipi_video_phy_power_off(struct phy *phy) in exynos_mipi_video_phy_power_off() argument
110 struct video_phy_desc *phy_desc = phy_get_drvdata(phy); in exynos_mipi_video_phy_power_off()
116 static struct phy *exynos_mipi_video_phy_xlate(struct device *dev, in exynos_mipi_video_phy_xlate()
124 return state->phys[args->args[0]].phy; in exynos_mipi_video_phy_xlate()
161 struct phy *phy = devm_phy_create(dev, NULL, in exynos_mipi_video_phy_probe() local
163 if (IS_ERR(phy)) { in exynos_mipi_video_phy_probe()
165 return PTR_ERR(phy); in exynos_mipi_video_phy_probe()
168 state->phys[i].phy = phy; in exynos_mipi_video_phy_probe()
170 phy_set_drvdata(phy, &state->phys[i]); in exynos_mipi_video_phy_probe()