Searched defs:dwc3_ep (Results 1 – 3 of 3) sorted by relevance
687 struct dwc3_ep { struct688 struct usb_ep endpoint;689 struct list_head cancelled_list;690 struct list_head pending_list;691 struct list_head started_list;693 void __iomem *regs;695 struct dwc3_trb *trb_pool;696 dma_addr_t trb_pool_dma;697 struct dwc3 *dwc;699 u32 saved_state;[all …]
725 struct dwc3_ep { struct726 struct usb_ep endpoint;727 struct list_head cancelled_list;728 struct list_head pending_list;729 struct list_head started_list;731 void __iomem *regs;733 struct dwc3_trb *trb_pool;734 dma_addr_t trb_pool_dma;735 struct dwc3 *dwc;737 u32 saved_state;[all …]
291 struct dwc3_ep *dwc3_ep; in dwc3_ep0_out_start() local