Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/host/
Dehci-exynos.c49 struct exynos_ehci_hcd *exynos_ehci) in exynos_ehci_get_phy() argument
63 exynos_ehci->phy[phy_number] = phy; in exynos_ehci_get_phy()
84 exynos_ehci->phy[phy_number] = phy; in exynos_ehci_get_phy()
91 exynos_ehci->legacy_phy = true; in exynos_ehci_get_phy()
98 struct exynos_ehci_hcd *exynos_ehci = to_exynos_ehci(hcd); in exynos_ehci_phy_enable() local
103 ret = phy_power_on(exynos_ehci->phy[i]); in exynos_ehci_phy_enable()
106 phy_power_off(exynos_ehci->phy[i]); in exynos_ehci_phy_enable()
114 struct exynos_ehci_hcd *exynos_ehci = to_exynos_ehci(hcd); in exynos_ehci_phy_disable() local
118 phy_power_off(exynos_ehci->phy[i]); in exynos_ehci_phy_disable()
134 struct exynos_ehci_hcd *exynos_ehci; in exynos_ehci_probe() local
[all …]