Lines Matching refs:UsbdRequestASync
319 UsbdRequestASync *req = reinterpret_cast<UsbdRequestASync *>(HdfSListIteratorNext(&it));
541 UsbdRequestASync *UsbImpl::UsbdFindRequestASync(HostDevice *port, uint8_t interfaceId, uint8_t pipeAddr)
548 UsbdRequestASync *req = nullptr;
556 req = reinterpret_cast<UsbdRequestASync *>(HdfSListIteratorNext(&it));
594 HostDevice *port, UsbdRequestASync *reqAsync, const uint8_t *buffer, uint32_t length)
635 int32_t UsbImpl::GetRequestMsgFromQueue(HostDevice *port, UsbdRequestASync **reqMsg)
652 *reqMsg = HDF_SLIST_CONTAINER_OF(HdfSListNode, requestNode, UsbdRequestASync, qNode);
661 HostDevice *port, UsbdRequestASync *reqMsg, int32_t timeout, uint8_t **buffer, uint32_t *length)
691 int32_t UsbImpl::UsbdRequestASyncReleaseData(UsbdRequestASync *request)
1823 UsbdRequestASync *reqAsync = UsbdFindRequestASync(port, pipe.intfId, pipe.endpointId);
1868 UsbdRequestASync *reqMsg = nullptr;
1911 UsbdRequestASync *reqMsg = nullptr;