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:ctrlReqNum
(Results
1 - 15
of
15
) sorted by relevance
/drivers/peripheral/usb/gadget/function/include/
H
A
D
cdcacm.h
101
int32_t
ctrlReqNum
;
member
/drivers/peripheral/usb/sample/host/include/
H
A
D
usbhost_sdkapi_speed.h
121
int32_t
ctrlReqNum
;
member
/drivers/peripheral/usb/sample/host/liteos_test/include/
H
A
D
usbhost_sdkapi_speed.h
118
int32_t
ctrlReqNum
;
member
H
A
D
usbhost_nosdk_speed.h
115
int32_t
ctrlReqNum
;
member
/drivers/peripheral/usb/test/unittest/device_sdk/
H
A
D
usb_device_cdcacm_test.h
101
int32_t
ctrlReqNum
;
member
H
A
D
usb_device_cdcacm_test.cpp
419
acmDevice->
ctrlReqNum
= 0;
in AllocCtrlRequests()
435
acmDevice->
ctrlReqNum
++;
in AllocCtrlRequests()
767
acmDevice->
ctrlReqNum
--;
in FreeCtrlRequests()
/drivers/peripheral/usb/test/unittest/host_sdk/
H
A
D
usb_host_sdk_if_test.h
108
int32_t
ctrlReqNum
;
member
/drivers/peripheral/usb/net/include/
H
A
D
cdc_ether.h
109
int32_t
ctrlReqNum
;
member
/drivers/peripheral/usb/serial/include/
H
A
D
usb_serial.h
125
int32_t
ctrlReqNum
;
member
/drivers/hdf_core/framework/test/unittest/model/usb/host/include/
H
A
D
usb_test.h
193
int32_t
ctrlReqNum
;
member
/drivers/hdf_core/framework/test/unittest/model/usb/device/include/
H
A
D
usb_device_lite_cdcacm_test.h
93
int32_t
ctrlReqNum
;
member
/drivers/hdf_core/framework/test/unittest/model/usb/device/src/
H
A
D
usb_device_lite_cdcacm_test.c
408
acmDevice->
ctrlReqNum
= 0;
in AllocCtrlRequests()
424
acmDevice->
ctrlReqNum
++;
in AllocCtrlRequests()
760
acmDevice->
ctrlReqNum
--;
in FreeCtrlRequests()
/drivers/peripheral/usb/gadget/function/mtp/include/
H
A
D
usbfn_mtp_impl.h
127
int32_t
ctrlReqNum
;
member
/drivers/peripheral/usb/gadget/function/acm/
H
A
D
cdcacm.c
975
acm->
ctrlReqNum
= 0;
in AcmAllocCtrlRequests()
992
acm->
ctrlReqNum
++;
in AcmAllocCtrlRequests()
1010
acm->
ctrlReqNum
--;
in AcmFreeCtrlRequests()
/drivers/peripheral/usb/gadget/function/mtp/src/
H
A
D
usbfn_mtp_impl.cpp
332
mtpDev_->
ctrlReqNum
= 0;
in UsbMtpDeviceAllocCtrlRequests()
349
mtpDev_->
ctrlReqNum
++;
in UsbMtpDeviceAllocCtrlRequests()
362
mtpDev_->
ctrlReqNum
--;
in UsbMtpDeviceFreeCtrlRequests()
Completed in 16 milliseconds