Lines Matching defs:ohci
8 * Based on various ohci-*.c drivers
22 #include "ohci.h"
116 struct ohci_hcd *ohci = hcd_to_ohci(hcd);
121 if (time_before(jiffies, ohci->next_statechange))
123 ohci->next_statechange = jiffies;
137 struct ohci_hcd *ohci = hcd_to_ohci(hcd);
140 if (time_before(jiffies, ohci->next_statechange))
142 ohci->next_statechange = jiffies;
151 { .compatible = "st,spear600-ohci", },
165 .name = "spear-ohci",
192 MODULE_ALIAS("platform:spear-ohci");