Searched defs:dwc3_ep (Results 1 – 2 of 2) 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 …]
293 struct dwc3_ep *dwc3_ep; in dwc3_ep0_out_start() local