Home
last modified time | relevance | path

Searched defs:dwc3_request (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/usb/dwc3/
Dcore.h622 struct dwc3_request { struct
623 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 …]