Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/dwc3/
Dcore.h606 struct dwc3_request { struct
607 struct usb_request request;
608 struct list_head list;
609 struct dwc3_ep *dep;
610 u32 start_slot;
612 u8 epnum;
613 struct dwc3_trb *trb;
614 dma_addr_t trb_dma;
616 unsigned direction:1;
617 unsigned mapped:1;
[all …]