Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/dwc3/
H A Dcore.h432 struct dwc3_ep { struct
433 struct usb_ep endpoint;
434 struct list_head request_list;
435 struct list_head req_queued;
437 struct dwc3_trb *trb_pool;
438 dma_addr_t trb_pool_dma;
439 u32 free_slot;
440 u32 busy_slot;
441 const struct usb_ss_ep_comp_descriptor *comp_desc;
442 struct dwc3 *dwc;
[all …]
/openbmc/linux/drivers/usb/dwc3/
H A Dcore.h727 struct dwc3_ep { struct
728 struct usb_ep endpoint;
729 struct list_head cancelled_list;
730 struct list_head pending_list;
731 struct list_head started_list;
733 void __iomem *regs;
735 struct dwc3_trb *trb_pool;
736 dma_addr_t trb_pool_dma;
737 struct dwc3 *dwc;
739 u32 saved_state;
[all …]
H A Dep0.c293 struct dwc3_ep *dwc3_ep; in dwc3_ep0_out_start() local