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