Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dehci-exynos.c50 struct exynos_ehci_hcd *exynos_ehci) in exynos_ehci_get_phy() argument
64 exynos_ehci->phy[phy_number] = phy; in exynos_ehci_get_phy()
85 exynos_ehci->phy[phy_number] = phy; in exynos_ehci_get_phy()
100 exynos_ehci->legacy_phy = true; in exynos_ehci_get_phy()
107 struct exynos_ehci_hcd *exynos_ehci = to_exynos_ehci(hcd); in exynos_ehci_phy_enable() local
112 if (!IS_ERR(exynos_ehci->phy[i])) in exynos_ehci_phy_enable()
113 ret = phy_power_on(exynos_ehci->phy[i]); in exynos_ehci_phy_enable()
116 if (!IS_ERR(exynos_ehci->phy[i])) in exynos_ehci_phy_enable()
117 phy_power_off(exynos_ehci->phy[i]); in exynos_ehci_phy_enable()
125 struct exynos_ehci_hcd *exynos_ehci = to_exynos_ehci(hcd); in exynos_ehci_phy_disable() local
[all …]
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dehci-exynos.c39 struct exynos_ehci { struct
217 struct exynos_ehci *ctx = dev_get_priv(dev); in ehci_usb_probe()
236 struct exynos_ehci *ctx = dev_get_priv(dev); in ehci_usb_remove()
260 .priv_auto_alloc_size = sizeof(struct exynos_ehci),