Home
last modified time | relevance | path

Searched refs:exynos_ohci (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/usb/host/
Dohci-exynos.c42 struct exynos_ohci_hcd *exynos_ohci) in exynos_ohci_get_phy() argument
65 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() local
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()
102 struct exynos_ohci_hcd *exynos_ohci = to_exynos_ohci(hcd); in exynos_ohci_phy_disable() local
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()
[all …]