Searched defs:dwc3_ep (Results 1 – 2 of 2) sorted by relevance
720 struct dwc3_ep { struct721 struct usb_ep endpoint;722 struct list_head cancelled_list;723 struct list_head pending_list;724 struct list_head started_list;726 void __iomem *regs;728 struct dwc3_trb *trb_pool;729 dma_addr_t trb_pool_dma;730 struct dwc3 *dwc;732 u32 saved_state;[all …]
288 struct dwc3_ep *dwc3_ep; in dwc3_ep0_out_start() local