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()
95 phy_power_off(exynos_ohci->phy[i]); in exynos_ohci_phy_enable()
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
134 exynos_ohci = to_exynos_ohci(hcd); in exynos_ohci_probe()
142 if (IS_ERR(exynos_ohci->clk)) { in exynos_ohci_probe()
144 err = PTR_ERR(exynos_ohci->clk); in exynos_ohci_probe()
[all …]