Searched defs:dwc3_ep (Results 1 – 2 of 2) sorted by relevance
716 struct dwc3_ep { struct717 struct usb_ep endpoint;718 struct list_head cancelled_list;719 struct list_head pending_list;720 struct list_head started_list;722 void __iomem *regs;724 struct dwc3_trb *trb_pool;725 dma_addr_t trb_pool_dma;726 struct dwc3 *dwc;728 u32 saved_state;[all …]
286 struct dwc3_ep *dwc3_ep; in dwc3_ep0_out_start() local