Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/dwc3/
Dcore.h688 struct dwc3_ep { struct
689 struct usb_ep endpoint;
690 struct list_head cancelled_list;
691 struct list_head pending_list;
692 struct list_head started_list;
694 void __iomem *regs;
696 struct dwc3_trb *trb_pool;
697 dma_addr_t trb_pool_dma;
698 struct dwc3 *dwc;
700 u32 saved_state;
[all …]