Searched defs:dwc3_ep (Results 1 – 1 of 1) sorted by relevance
461 struct dwc3_ep { struct462 struct usb_ep endpoint;463 struct list_head request_list;464 struct list_head req_queued;466 struct dwc3_trb *trb_pool;467 dma_addr_t trb_pool_dma;468 u32 free_slot;469 u32 busy_slot;470 const struct usb_ss_ep_comp_descriptor *comp_desc;471 struct dwc3 *dwc;[all …]