Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/dwc3/
H A Dcore.h450 struct dwc3_ep { struct
451 struct usb_ep endpoint;
452 struct list_head request_list;
453 struct list_head req_queued;
455 struct dwc3_trb *trb_pool;
456 dma_addr_t trb_pool_dma;
457 u32 free_slot;
458 u32 busy_slot;
459 const struct usb_ss_ep_comp_descriptor *comp_desc;
460 struct dwc3 *dwc;
[all …]