Lines Matching refs:phy
47 struct phy *phy[PHY_NUMBER]; member
56 struct phy *phy; in exynos_ehci_get_phy() local
75 phy = devm_of_phy_get(dev, child, NULL); in exynos_ehci_get_phy()
76 exynos_ehci->phy[phy_number] = phy; in exynos_ehci_get_phy()
77 if (IS_ERR(phy)) { in exynos_ehci_get_phy()
78 ret = PTR_ERR(phy); in exynos_ehci_get_phy()
100 if (!IS_ERR(exynos_ehci->phy[i])) in exynos_ehci_phy_enable()
101 ret = phy_power_on(exynos_ehci->phy[i]); in exynos_ehci_phy_enable()
104 if (!IS_ERR(exynos_ehci->phy[i])) in exynos_ehci_phy_enable()
105 phy_power_off(exynos_ehci->phy[i]); in exynos_ehci_phy_enable()
117 if (!IS_ERR(exynos_ehci->phy[i])) in exynos_ehci_phy_disable()
118 phy_power_off(exynos_ehci->phy[i]); in exynos_ehci_phy_disable()