Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/dwc3/
Dcore.h720 struct dwc3_ep { struct
721 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 …]
Dep0.c288 struct dwc3_ep *dwc3_ep; in dwc3_ep0_out_start() local