Lines Matching refs:phy
38 struct phy *phy[PHY_NUMBER]; member
45 struct phy *phy; in exynos_ohci_get_phy() local
64 phy = devm_of_phy_get(dev, child, NULL); in exynos_ohci_get_phy()
65 exynos_ohci->phy[phy_number] = phy; in exynos_ohci_get_phy()
66 if (IS_ERR(phy)) { in exynos_ohci_get_phy()
67 ret = PTR_ERR(phy); in exynos_ohci_get_phy()
89 if (!IS_ERR(exynos_ohci->phy[i])) in exynos_ohci_phy_enable()
90 ret = phy_power_on(exynos_ohci->phy[i]); in exynos_ohci_phy_enable()
93 if (!IS_ERR(exynos_ohci->phy[i])) in exynos_ohci_phy_enable()
94 phy_power_off(exynos_ohci->phy[i]); in exynos_ohci_phy_enable()
106 if (!IS_ERR(exynos_ohci->phy[i])) in exynos_ohci_phy_disable()
107 phy_power_off(exynos_ohci->phy[i]); in exynos_ohci_phy_disable()