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 struct dwc3_trb *trb_pool;753 dma_addr_t trb_pool_dma;754 struct dwc3 *dwc;756 u32 saved_state;[all …]