Searched defs:mv_req (Results 1 – 1 of 1) sorted by relevance
245 struct mv_req { struct246 struct usb_request req;247 struct mv_dtd *dtd, *head, *tail;248 struct mv_ep *ep;249 struct list_head queue;250 unsigned int test_mode;251 unsigned dtd_count;252 unsigned mapped:1;