Searched refs:exynos_ehci (Results 1 – 1 of 1) sorted by relevance
50 struct exynos_ehci_hcd *exynos_ehci) in exynos_ehci_get_phy() argument64 exynos_ehci->phy[phy_number] = phy; in exynos_ehci_get_phy()85 exynos_ehci->phy[phy_number] = phy; in exynos_ehci_get_phy()100 exynos_ehci->legacy_phy = true; in exynos_ehci_get_phy()107 struct exynos_ehci_hcd *exynos_ehci = to_exynos_ehci(hcd); in exynos_ehci_phy_enable() local112 if (!IS_ERR(exynos_ehci->phy[i])) in exynos_ehci_phy_enable()113 ret = phy_power_on(exynos_ehci->phy[i]); in exynos_ehci_phy_enable()116 if (!IS_ERR(exynos_ehci->phy[i])) in exynos_ehci_phy_enable()117 phy_power_off(exynos_ehci->phy[i]); in exynos_ehci_phy_enable()125 struct exynos_ehci_hcd *exynos_ehci = to_exynos_ehci(hcd); in exynos_ehci_phy_disable() local[all …]