Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dohci-exynos.c38 struct exynos_ohci_hcd *exynos_ohci) in exynos_ohci_get_phy() argument
52 exynos_ohci->phy[phy_number] = phy; in exynos_ohci_get_phy()
73 exynos_ohci->phy[phy_number] = phy; in exynos_ohci_get_phy()
80 exynos_ohci->legacy_phy = true; in exynos_ohci_get_phy()
87 struct exynos_ohci_hcd *exynos_ohci = to_exynos_ohci(hcd); in exynos_ohci_phy_enable() local
92 ret = phy_power_on(exynos_ohci->phy[i]); in exynos_ohci_phy_enable()
95 phy_power_off(exynos_ohci->phy[i]); in exynos_ohci_phy_enable()
103 struct exynos_ohci_hcd *exynos_ohci = to_exynos_ohci(hcd); in exynos_ohci_phy_disable() local
107 phy_power_off(exynos_ohci->phy[i]); in exynos_ohci_phy_disable()
112 struct exynos_ohci_hcd *exynos_ohci; in exynos_ohci_probe() local
[all …]