Lines Matching defs:ohci
8 * Based on various ohci-*.c drivers
22 #include "ohci.h"
117 struct ohci_hcd *ohci = hcd_to_ohci(hcd);
122 if (time_before(jiffies, ohci->next_statechange))
124 ohci->next_statechange = jiffies;
138 struct ohci_hcd *ohci = hcd_to_ohci(hcd);
141 if (time_before(jiffies, ohci->next_statechange))
143 ohci->next_statechange = jiffies;
152 { .compatible = "st,spear600-ohci", },
166 .name = "spear-ohci",
193 MODULE_ALIAS("platform:spear-ohci");