Searched defs:dwc3_ep (Results 1 – 1 of 1) sorted by relevance
660 struct dwc3_ep { struct661 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;[all …]