Lines Matching full:ohci
3 * OHCI HCD (Host Controller Driver) for USB.
7 * Derived from: ohci-omap.c and ohci-s3c2410.c
27 #include "ohci.h"
30 #define DRV_NAME "ohci-da8xx"
232 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in ohci_da8xx_reset() local
246 ohci->num_ports = 1; in ohci_da8xx_reset()
260 rh_a = ohci_readl(ohci, &ohci->regs->roothub.a); in ohci_da8xx_reset()
273 ohci_writel(ohci, rh_a, &ohci->regs->roothub.a); in ohci_da8xx_reset()
368 { .compatible = "ti,da830-ohci" },
434 "OHCI over-current indicator", da8xx_ohci); in ohci_da8xx_probe()
485 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in ohci_da8xx_suspend() local
490 if (time_before(jiffies, ohci->next_statechange)) in ohci_da8xx_suspend()
492 ohci->next_statechange = jiffies; in ohci_da8xx_suspend()
507 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in ohci_da8xx_resume() local
510 if (time_before(jiffies, ohci->next_statechange)) in ohci_da8xx_resume()
512 ohci->next_statechange = jiffies; in ohci_da8xx_resume()