Searched refs:ReqList (Results 1 – 3 of 3) sorted by relevance
27 struct ReqList *reqList = (struct ReqList *)req; in ReqToIoData()103 struct ReqList *reqList = UsbFnMemCalloc(sizeof(struct ReqList)); in UsbFnIoMgrRequestAlloc()137 struct ReqList *reqList = (struct ReqList *)req; in UsbFnIoMgrRequestFree()162 struct ReqList *reqList = NULL; in UsbFnIoMgrRequestSubmitAsync()167 reqList = (struct ReqList *)req; in UsbFnIoMgrRequestSubmitAsync()185 struct ReqList *reqList = NULL; in UsbFnIoMgrRequestCancel()190 reqList = (struct ReqList *)req; in UsbFnIoMgrRequestCancel()203 struct ReqList *reqList; in UsbFnIoMgrRequestGetStatus()208 reqList = (struct ReqList *)req; in UsbFnIoMgrRequestGetStatus()222 struct ReqList *reqList; in UsbFnIoMgrRequestSubmitSync()[all …]
391 struct ReqList *reqList = NULL; in HandleEp0IoEvent()392 struct ReqList *temp = NULL; in HandleEp0IoEvent()394 DLIST_FOR_EACH_ENTRY_SAFE(reqList, temp, &funcMgr->reqEntry, struct ReqList, entry) { in HandleEp0IoEvent()429 struct ReqList *reqList = NULL; in HandleEpsIoEvent()430 struct ReqList *temp = NULL; in HandleEpsIoEvent()431 DLIST_FOR_EACH_ENTRY_SAFE(reqList, temp, &handle->reqEntry, struct ReqList, entry) { in HandleEpsIoEvent()
29 struct ReqList { struct