Lines Matching full:ohci
3 * OHCI HCD (Host Controller Driver) for USB.
8 * Based on various ohci-*.c drivers
22 #include "ohci.h"
24 #define DRIVER_DESC "OHCI SPEAr driver"
116 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in spear_ohci_hcd_drv_suspend() local
121 if (time_before(jiffies, ohci->next_statechange)) in spear_ohci_hcd_drv_suspend()
123 ohci->next_statechange = jiffies; in spear_ohci_hcd_drv_suspend()
137 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in spear_ohci_hcd_drv_resume() local
140 if (time_before(jiffies, ohci->next_statechange)) in spear_ohci_hcd_drv_resume()
142 ohci->next_statechange = jiffies; in spear_ohci_hcd_drv_resume()
151 { .compatible = "st,spear600-ohci", },
165 .name = "spear-ohci",
192 MODULE_ALIAS("platform:spear-ohci");