Searched defs:dwc3_ep (Results 1 – 1 of 1) sorted by relevance
745 struct dwc3_ep { struct746 struct usb_ep endpoint;747 struct delayed_work nostream_work;748 struct list_head cancelled_list;749 struct list_head pending_list;750 struct list_head started_list;752 void __iomem *regs;754 struct dwc3_trb *trb_pool;755 dma_addr_t trb_pool_dma;756 struct dwc3 *dwc;[all …]