Searched defs:dwc3_request (Results 1 – 1 of 1) sorted by relevance
613 struct dwc3_request { struct614 struct usb_request request;615 struct list_head list;616 struct dwc3_ep *dep;617 u32 start_slot;619 u8 epnum;620 struct dwc3_trb *trb;621 dma_addr_t trb_dma;623 unsigned direction:1;624 unsigned mapped:1;[all …]