Home
last modified time | relevance | path

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

/linux-3.3/drivers/usb/dwc3/
Dcore.h552 struct dwc3_request { struct
553 struct usb_request request;
554 struct list_head list;
555 struct dwc3_ep *dep;
557 u8 epnum;
558 struct dwc3_trb_hw *trb;
559 dma_addr_t trb_dma;
561 unsigned direction:1;
562 unsigned mapped:1;
563 unsigned queued:1;