Searched defs:cdns3_endpoint (Results 1 – 1 of 1) sorted by relevance
1118 struct cdns3_endpoint { struct1119 struct usb_ep endpoint;1120 struct list_head pending_req_list;1121 struct list_head deferred_req_list;1122 struct list_head wa2_descmiss_req_list;1123 int wa2_counter;1125 struct cdns3_trb *trb_pool;1126 dma_addr_t trb_pool_dma;1128 struct cdns3_device *cdns3_dev;1129 char name[20];[all …]