Home
last modified time | relevance | path

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

/linux-6.8/drivers/usb/dwc3/
Dcore.h730 struct dwc3_ep { struct
731 struct usb_ep endpoint;
732 struct list_head cancelled_list;
733 struct list_head pending_list;
734 struct list_head started_list;
736 void __iomem *regs;
738 struct dwc3_trb *trb_pool;
739 dma_addr_t trb_pool_dma;
740 struct dwc3 *dwc;
742 u32 saved_state;
[all …]
Dep0.c291 struct dwc3_ep *dwc3_ep; in dwc3_ep0_out_start() local