Searched defs:dwc3_ep (Results 1 – 2 of 2) sorted by relevance
730 struct dwc3_ep { struct731 struct usb_ep endpoint;732 struct list_head cancelled_list;733 struct list_head pending_list;734 struct list_head started_list;736 void __iomem *regs;738 struct dwc3_trb *trb_pool;739 dma_addr_t trb_pool_dma;740 struct dwc3 *dwc;742 u32 saved_state;[all …]
291 struct dwc3_ep *dwc3_ep; in dwc3_ep0_out_start() local