Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/dwc3/
Dcore.h716 struct dwc3_ep { struct
717 struct usb_ep endpoint;
718 struct list_head cancelled_list;
719 struct list_head pending_list;
720 struct list_head started_list;
722 void __iomem *regs;
724 struct dwc3_trb *trb_pool;
725 dma_addr_t trb_pool_dma;
726 struct dwc3 *dwc;
728 u32 saved_state;
[all …]
Dep0.c286 struct dwc3_ep *dwc3_ep; in dwc3_ep0_out_start() local