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"
117 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in spear_ohci_hcd_drv_suspend() local
122 if (time_before(jiffies, ohci->next_statechange)) in spear_ohci_hcd_drv_suspend()
124 ohci->next_statechange = jiffies; in spear_ohci_hcd_drv_suspend()
138 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in spear_ohci_hcd_drv_resume() local
141 if (time_before(jiffies, ohci->next_statechange)) in spear_ohci_hcd_drv_resume()
143 ohci->next_statechange = jiffies; in spear_ohci_hcd_drv_resume()
152 { .compatible = "st,spear600-ohci", },
166 .name = "spear-ohci",
193 MODULE_ALIAS("platform:spear-ohci");