Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:complete
(Results
1 - 16
of
16
) sorted by relevance
/drivers/peripheral/usb/interfaces/ddk/device/
H
A
D
usbfn_request.h
61
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
D
usb_device_lite_sdk_io_test.c
6
* 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
D
usb_device_lite_cdcacm_test.c
6
* 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
D
usb_device_sdk_io_test.cpp
68
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
D
usb_device_cdcacm_test.cpp
432
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
D
usbfn_dev_mgr.c
399
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
D
audio_host.h
6
* 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
D
cdcecm.c
221
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
D
audio_host.c
6
* 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
D
audio_core.c
6
* 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
D
cdcacm.c
334
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
D
usbfn_mtp_impl.cpp
346
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
D
liteos_adapter.c
157
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
D
hdf_kevent.c
298
complete
(&wait->comp);
in CompleteKevent()
/drivers/peripheral/usb/sample/host/liteos_test/src/
H
A
D
usbhost_nosdk_speed.c
181
urb[i].urb->
complete
= UrbComplete;
in BeginProcessHandleFirst()
/drivers/hdf_core/framework/model/audio/usb/src/
H
A
D
audio_usb_endpoints.c
6
* 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