Home
last modified time | relevance | path

Searched refs:complete (Results 1 - 16 of 16) sorted by relevance

/drivers/peripheral/usb/interfaces/ddk/device/
H A Dusbfn_request.h61 void (*complete)(uint8_t pipe, struct UsbFnRequest *req); member
158 * The value <b>0</b> indicates that the system waits until the USB request is complete.
/drivers/hdf_core/framework/test/unittest/model/usb/device/src/
H A Dusb_device_lite_sdk_io_test.c6 * See the LICENSE file in the root of this repository for complete details.
60 req->complete = ReadComplete; in UsbFnDviceTestRequestAsync002()
105 req->complete = ReadComplete; in UsbFnDviceTestRequestAsync003()
156 req->complete = WriteComplete; in UsbFnDviceTestRequestAsync004()
206 req->complete = WriteComplete; in UsbFnDviceTestRequestAsync005()
569 req->complete = TestCancelComplete; in UsbFnDviceTestCancelRequest005()
647 req->complete = TestCancelComplete; in UsbFnDviceTestCancelRequest006()
657 req2->complete = ReadComplete; in UsbFnDviceTestCancelRequest006()
H A Dusb_device_lite_cdcacm_test.c6 * See the LICENSE file in the root of this repository for complete details.
421 req->complete = CtrlComplete; in AllocCtrlRequests()
509 acmDevice->notifyReq->complete = NotifyComplete; in AllocNotifyRequest()
740 acmDevice->notifyReq->complete = NULL; in FreeNotifyRequest()
/drivers/peripheral/usb/test/unittest/device_sdk/
H A Dusb_device_sdk_io_test.cpp68 req->complete = ReadComplete; in HWTEST_F()
103 req->complete = ReadComplete; in HWTEST_F()
134 req->complete = WriteComplete; in HWTEST_F()
162 req->complete = WriteComplete; in HWTEST_F()
415 req->complete = WriteComplete; in HWTEST_F()
H A Dusb_device_cdcacm_test.cpp432 req->complete = CtrlComplete; in AllocCtrlRequests()
519 acmDevice->notifyReq->complete = NotifyComplete; in AllocNotifyRequest()
747 acmDevice->notifyReq->complete = nullptr; in FreeNotifyRequest()
/drivers/peripheral/usb/ddk/device/src/
H A Dusbfn_dev_mgr.c399 if (reqList->req.complete) { in HandleEp0IoEvent()
400 reqList->req.complete(reqList->pipe, &reqList->req); in HandleEp0IoEvent()
402 HDF_LOGE("no complete callback find"); in HandleEp0IoEvent()
435 if (reqList->req.complete) { in HandleEpsIoEvent()
436 reqList->req.complete(reqList->pipe, &reqList->req); in HandleEpsIoEvent()
438 HDF_LOGE("no complete callback find"); in HandleEpsIoEvent()
/drivers/hdf_core/framework/model/audio/core/include/
H A Daudio_host.h6 * See the LICENSE file in the root of this repository for complete details.
243 uint8_t complete; member
/drivers/peripheral/usb/gadget/function/ecm/
H A Dcdcecm.c221 req->complete = UsbEcmReadComplete; in UsbEcmAllocReadRequests()
242 req->complete = UsbEcmWriteComplete; in UsbEcmAllocWriteRequests()
663 ecm->notifyReq->complete = EcmNotifyComplete; in EcmAllocNotifyRequest()
/drivers/hdf_core/framework/model/audio/core/src/
H A Daudio_host.c6 * See the LICENSE file in the root of this repository for complete details.
353 if (audioCard->rtd == NULL || (!audioCard->rtd->complete)) { in AudioCardInit()
H A Daudio_core.c6 * See the LICENSE file in the root of this repository for complete details.
322 audioCard->rtd->complete = AUDIO_DAI_LINK_UNCOMPLETE; in AudioBindDaiLink()
337 audioCard->rtd->complete = AUDIO_DAI_LINK_COMPLETE; in AudioBindDaiLink()
338 ADM_LOG_DEBUG("All devices register complete!"); in AudioBindDaiLink()
/drivers/peripheral/usb/gadget/function/acm/
H A Dcdcacm.c334 req->complete = UsbSerialReadComplete; in UsbSerialAllocReadRequests()
355 req->complete = UsbSerialWriteComplete; in UsbSerialAllocWriteRequests()
554 g_req[i]->complete = UsbSerialWriteSpeedComplete; in SpeedThread()
989 req->complete = AcmCtrlComplete; in AcmAllocCtrlRequests()
1046 acm->notifyReq->complete = AcmNotifyComplete; in AcmAllocNotifyRequest()
/drivers/peripheral/usb/gadget/function/mtp/src/
H A Dusbfn_mtp_impl.cpp346 req->complete = UsbFnRequestCtrlComplete; in UsbMtpDeviceAllocCtrlRequests()
389 req->complete = UsbFnRequestReadComplete; in UsbMtpPortAllocReadWriteRequests()
401 req->complete = UsbFnRequestWriteComplete; in UsbMtpPortAllocReadWriteRequests()
884 mtpDev_->notifyReq->complete = UsbFnRequestNotifyComplete; in UsbMtpDeviceAllocNotifyRequest()
/drivers/peripheral/usb/ddk/host/src/
H A Dliteos_adapter.c157 if (urb->complete) { in OsControlMsg()
158 (urb->complete)(urb); in OsControlMsg()
535 urb->complete = OsUrbComplete; in OsSubmitControlMsg()
590 urb->complete = OsUrbComplete; in OsSubmitBulkRequestHandleUrb()
957 DPRINTFN(0, "%s:%d all URBs reaped for complete", __func__, __LINE__); in OsIsoCompletion()
/drivers/hdf_core/adapter/khdf/linux/manager/src/
H A Dhdf_kevent.c298 complete(&wait->comp); in CompleteKevent()
/drivers/peripheral/usb/sample/host/liteos_test/src/
H A Dusbhost_nosdk_speed.c181 urb[i].urb->complete = UrbComplete; in BeginProcessHandleFirst()
/drivers/hdf_core/framework/model/audio/usb/src/
H A Daudio_usb_endpoints.c6 * See the LICENSE file in the root of this repository for complete details.
529 * complete callback for urbs
676 urbContext->urb->complete = AudioUsbCompleteUrb; in AudioUsbSyncEpSetParams()
915 urbCtx->urb->complete = AudioUsbCompleteUrb; in AudioUsbDataUrbInit()

Completed in 19 milliseconds