Home
last modified time | relevance | path

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

/linux/drivers/usb/dwc3/
H A Dcore.h745 struct dwc3_ep { struct
746 struct usb_ep endpoint;
747 struct delayed_work nostream_work;
748 struct list_head cancelled_list;
749 struct list_head pending_list;
750 struct list_head started_list;
752 void __iomem *regs;
754 struct dwc3_trb *trb_pool;
755 dma_addr_t trb_pool_dma;
756 struct dwc3 *dwc;
[all …]
H A Dep0.c295 struct dwc3_ep *dwc3_ep; in dwc3_ep0_out_start() local