Searched defs:dwc3_ep (Results 1 – 1 of 1) sorted by relevance
673 struct dwc3_ep { struct674 struct usb_ep endpoint;675 struct list_head cancelled_list;676 struct list_head pending_list;677 struct list_head started_list;679 void __iomem *regs;681 struct dwc3_trb *trb_pool;682 dma_addr_t trb_pool_dma;683 struct dwc3 *dwc;685 u32 saved_state;[all …]