Searched defs:dwc3_ep (Results 1 – 2 of 2) sorted by relevance
665 struct dwc3_ep { struct666 struct usb_ep endpoint;667 struct list_head cancelled_list;668 struct list_head pending_list;669 struct list_head started_list;671 spinlock_t lock;672 void __iomem *regs;674 struct dwc3_trb *trb_pool;675 dma_addr_t trb_pool_dma;676 struct dwc3 *dwc;[all …]
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 …]