Lines Matching defs:dwc3_ep
660 struct dwc3_ep { struct
661 struct usb_ep endpoint;
662 struct list_head pending_list;
663 struct list_head started_list;
665 wait_queue_head_t wait_end_transfer;
667 spinlock_t lock;
668 void __iomem *regs;
670 struct dwc3_trb *trb_pool;
671 dma_addr_t trb_pool_dma;
672 struct dwc3 *dwc;
674 u32 saved_state;
675 unsigned flags;
716 enum dwc3_ep0_next { argument