Home
last modified time | relevance | path

Searched refs:ReqList (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/peripheral/usb/ddk/device/src/
H A Dusbfn_io_mgr.c27 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 …]
H A Dusbfn_dev_mgr.c391 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()
/ohos5.0/drivers/peripheral/usb/ddk/device/include/
H A Dusbfn_io_mgr.h29 struct ReqList { struct