Searched defs:int_queue (Results 1 – 3 of 3) sorted by relevance
1232 struct int_queue { struct1233 int elementsize;1234 unsigned long pipe;1235 struct QH *first;1236 struct QH *current;1237 struct QH *last;1238 struct qTD *tds;
1587 struct int_queue { struct1593 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 15 milliseconds