Home
last modified time | relevance | path

Searched defs:dwc3_ep (Results 1 – 2 of 2) sorted by relevance

/drivers/usb/dwc3/
Dcore.h703 struct dwc3_ep { struct
704 struct usb_ep endpoint;
705 struct list_head cancelled_list;
706 struct list_head pending_list;
707 struct list_head started_list;
709 void __iomem *regs;
711 struct dwc3_trb *trb_pool;
712 dma_addr_t trb_pool_dma;
713 struct dwc3 *dwc;
715 u32 saved_state;
[all …]
Dep0.c287 struct dwc3_ep *dwc3_ep; in dwc3_ep0_out_start() local