Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A 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()
106 phy_power_off(exynos_ehci->phy[i]); in exynos_ehci_phy_enable()
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
158 exynos_ehci = to_exynos_ehci(hcd); in exynos_ehci_probe()
166 if (IS_ERR(exynos_ehci->clk)) { in exynos_ehci_probe()
168 err = PTR_ERR(exynos_ehci->clk); in exynos_ehci_probe()
[all …]
/openbmc/u-boot/drivers/usb/host/
H A Dehci-exynos.c38 struct exynos_ehci { struct
216 struct exynos_ehci *ctx = dev_get_priv(dev); in ehci_usb_probe()
235 struct exynos_ehci *ctx = dev_get_priv(dev); in ehci_usb_remove()
259 .priv_auto_alloc_size = sizeof(struct exynos_ehci),