Searched refs:exynos_ohci (Results 1 – 1 of 1) sorted by relevance
42 struct exynos_ohci_hcd *exynos_ohci) in exynos_ohci_get_phy() argument65 exynos_ohci->phy[phy_number] = phy; in exynos_ohci_get_phy()84 struct exynos_ohci_hcd *exynos_ohci = to_exynos_ohci(hcd); in exynos_ohci_phy_enable() local89 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()102 struct exynos_ohci_hcd *exynos_ohci = to_exynos_ohci(hcd); in exynos_ohci_phy_disable() local106 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()[all …]