Searched defs:dwc3_ep (Results 1 – 1 of 1) sorted by relevance
700 struct dwc3_ep { struct701 struct usb_ep endpoint;702 struct list_head cancelled_list;703 struct list_head pending_list;704 struct list_head started_list;706 void __iomem *regs;708 struct dwc3_trb *trb_pool;709 dma_addr_t trb_pool_dma;710 struct dwc3 *dwc;712 u32 saved_state;[all …]