Searched defs:int_queue (Results 1 – 3 of 3) sorted by relevance
1214 struct int_queue { struct1215 int elementsize;1216 unsigned long pipe;1217 struct QH *first;1218 struct QH *current;1219 struct QH *last;1220 struct qTD *tds;
1615 struct int_queue { struct1621 static struct int_queue *_ohci_create_int_queue(ohci_t *ohci, in _ohci_create_int_queue() argument
21 struct int_queue { struct22 struct usb_host_endpoint hep;23 struct urb urb;
Completed in 10 milliseconds