Searched defs:dwc3_ep (Results 1 – 1 of 1) sorted by relevance
690 struct dwc3_ep { struct691 struct usb_ep endpoint;692 struct list_head cancelled_list;693 struct list_head pending_list;694 struct list_head started_list;696 void __iomem *regs;698 struct dwc3_trb *trb_pool;699 dma_addr_t trb_pool_dma;700 struct dwc3 *dwc;702 u32 saved_state;[all …]