Searched defs:dwc3_ep (Results 1 – 1 of 1) sorted by relevance
423 struct dwc3_ep { struct424 struct usb_ep endpoint;425 struct list_head request_list;426 struct list_head req_queued;428 struct dwc3_trb *trb_pool;429 dma_addr_t trb_pool_dma;430 u32 free_slot;431 u32 busy_slot;432 const struct usb_ss_ep_comp_descriptor *comp_desc;433 struct dwc3 *dwc;[all …]