Home
last modified time | relevance | path

Searched refs:reqAsync (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/peripheral/usb/hdi_service/src/
H A Dusb_impl.cpp602 UsbdDispatcher::FillReqAyncParams(reqAsync, &reqAsync->pipe, &reqAsync->params, buffer, length); in FunRequestQueueFillAndSubmit()
603 int32_t ret = UsbFillRequest(reqAsync->reqMsg.request, reqAsync->ifHandle, &reqAsync->params); in FunRequestQueueFillAndSubmit()
606 OsalMutexLock(&reqAsync->lock); in FunRequestQueueFillAndSubmit()
608 reqAsync->reqMsg.clientLength = 0; in FunRequestQueueFillAndSubmit()
611 reqAsync->status = 0; in FunRequestQueueFillAndSubmit()
612 OsalMutexUnlock(&reqAsync->lock); in FunRequestQueueFillAndSubmit()
625 OsalMutexLock(&reqAsync->lock); in FunRequestQueueFillAndSubmit()
626 reqAsync->status = 0; in FunRequestQueueFillAndSubmit()
628 reqAsync->reqMsg.clientLength = 0; in FunRequestQueueFillAndSubmit()
631 OsalMutexUnlock(&reqAsync->lock); in FunRequestQueueFillAndSubmit()
[all …]
/ohos5.0/drivers/peripheral/usb/hdi_service/include/
H A Dusb_impl.h131 HostDevice *port, UsbdRequestASync *reqAsync, const uint8_t *buffer, uint32_t length);