Searched refs:exynos_ehci (Results 1 – 2 of 2) sorted by relevance
49 struct exynos_ehci_hcd *exynos_ehci) in exynos_ehci_get_phy() argument63 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() local158 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 …]
38 struct exynos_ehci { struct216 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),