Searched defs:dwc3_ep (Results 1 – 3 of 3) sorted by relevance
450 struct dwc3_ep { struct451 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 …]
708 struct dwc3_ep { struct709 struct usb_ep endpoint;710 struct list_head cancelled_list;711 struct list_head pending_list;712 struct list_head started_list;714 void __iomem *regs;716 struct dwc3_trb *trb_pool;717 dma_addr_t trb_pool_dma;718 struct dwc3 *dwc;720 u32 saved_state;[all …]
286 struct dwc3_ep *dwc3_ep; in dwc3_ep0_out_start() local