Searched defs:dwc3_request (Results 1 – 1 of 1) sorted by relevance
622 struct dwc3_request { struct623 struct usb_request request;624 struct list_head list;625 struct dwc3_ep *dep;626 u32 start_slot;628 u8 epnum;629 struct dwc3_trb *trb;630 dma_addr_t trb_dma;632 unsigned direction:1;633 unsigned mapped:1;[all …]