Searched defs:cdns3_endpoint (Results 1 – 1 of 1) sorted by relevance
1135 struct cdns3_endpoint { struct1136 struct usb_ep endpoint;1137 struct list_head pending_req_list;1138 struct list_head deferred_req_list;1139 struct list_head wa2_descmiss_req_list;1140 int wa2_counter;1142 struct cdns3_trb *trb_pool;1143 dma_addr_t trb_pool_dma;1145 struct cdns3_device *cdns3_dev;1146 char name[20];[all …]