Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/dwc3/
Dcore.h687 struct dwc3_ep { struct
688 struct usb_ep endpoint;
689 struct list_head cancelled_list;
690 struct list_head pending_list;
691 struct list_head started_list;
693 void __iomem *regs;
695 struct dwc3_trb *trb_pool;
696 dma_addr_t trb_pool_dma;
697 struct dwc3 *dwc;
699 u32 saved_state;
[all …]
/kernel/linux/linux-6.6/drivers/usb/dwc3/
Dcore.h725 struct dwc3_ep { struct
726 struct usb_ep endpoint;
727 struct list_head cancelled_list;
728 struct list_head pending_list;
729 struct list_head started_list;
731 void __iomem *regs;
733 struct dwc3_trb *trb_pool;
734 dma_addr_t trb_pool_dma;
735 struct dwc3 *dwc;
737 u32 saved_state;
[all …]
Dep0.c291 struct dwc3_ep *dwc3_ep; in dwc3_ep0_out_start() local