Searched defs:mv_req (Results 1 – 1 of 1) sorted by relevance
239 struct mv_req { struct240 struct usb_request req;241 struct mv_dtd *dtd, *head, *tail;242 struct mv_ep *ep;243 struct list_head queue;244 unsigned int test_mode;245 unsigned dtd_count;246 unsigned mapped:1;