Searched defs:dwc3_request (Results 1 – 1 of 1) sorted by relevance
595 struct dwc3_request { struct596 struct usb_request request;597 struct list_head list;598 struct dwc3_ep *dep;599 u32 start_slot;601 u8 epnum;602 struct dwc3_trb *trb;603 dma_addr_t trb_dma;605 unsigned direction:1;606 unsigned mapped:1;[all …]