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:intParmas
(Results
1 - 5
of
5
) sorted by relevance
/drivers/peripheral/usb/test/unittest/host_sdk/
H
A
D
usb_host_sdk_if_test_io.cpp
273
struct UsbRequestParams
intParmas
;
in AcmFillIntRequest()
local
275
intParmas
.userData = (void *)g_acm;
in AcmFillIntRequest()
276
intParmas
.pipeAddress = g_acm->intPipe->pipeAddress;
in AcmFillIntRequest()
277
intParmas
.pipeId = g_acm->intPipe->pipeId;
in AcmFillIntRequest()
278
intParmas
.interfaceId = g_acm->intPipe->interfaceId;
in AcmFillIntRequest()
279
intParmas
.callback = AcmCtrlIrq;
in AcmFillIntRequest()
280
intParmas
.requestType = USB_REQUEST_PARAMS_DATA_TYPE;
in AcmFillIntRequest()
281
intParmas
.timeout = USB_CTRL_SET_TIMEOUT;
in AcmFillIntRequest()
282
intParmas
.dataReq.numIsoPackets = 0;
in AcmFillIntRequest()
283
intParmas
in AcmFillIntRequest()
[all...]
H
A
D
usb_host_sdk_if_test.cpp
1390
struct UsbRequestParams
intParmas
;
in HWTEST_F()
local
1392
intParmas
.userData = (void *)g_acm;
in HWTEST_F()
1393
intParmas
.pipeAddress = g_acm->intPipe->pipeAddress;
in HWTEST_F()
1394
intParmas
.pipeId = g_acm->intPipe->pipeId;
in HWTEST_F()
1395
intParmas
.interfaceId = g_acm->intPipe->interfaceId;
in HWTEST_F()
1396
intParmas
.callback = AcmCtrlIrq;
in HWTEST_F()
1397
intParmas
.requestType = USB_REQUEST_PARAMS_DATA_TYPE;
in HWTEST_F()
1398
intParmas
.timeout = USB_CTRL_SET_TIMEOUT;
in HWTEST_F()
1399
intParmas
.dataReq.numIsoPackets = 0;
in HWTEST_F()
1400
intParmas
in HWTEST_F()
1520
struct UsbRequestParams
intParmas
;
HWTEST_F()
local
[all...]
/drivers/hdf_core/framework/test/unittest/model/usb/host/src/
H
A
D
usb_test.c
1266
struct UsbRequestParams
intParmas
;
in CheckHostSdkIfFillRequest003()
local
1267
intParmas
.userData = (void *)g_acm;
in CheckHostSdkIfFillRequest003()
1268
intParmas
.pipeAddress = g_acm->intPipe->pipeAddress;
in CheckHostSdkIfFillRequest003()
1269
intParmas
.pipeId = g_acm->intPipe->pipeId;
in CheckHostSdkIfFillRequest003()
1270
intParmas
.interfaceId = g_acm->intPipe->interfaceId;
in CheckHostSdkIfFillRequest003()
1271
intParmas
.callback = AcmCtrlIrq;
in CheckHostSdkIfFillRequest003()
1272
intParmas
.requestType = USB_REQUEST_PARAMS_DATA_TYPE;
in CheckHostSdkIfFillRequest003()
1273
intParmas
.timeout = USB_RAW_REQUEST_TIME_ZERO_MS;
in CheckHostSdkIfFillRequest003()
1274
intParmas
.dataReq.numIsoPackets = 0;
in CheckHostSdkIfFillRequest003()
1275
intParmas
in CheckHostSdkIfFillRequest003()
1418
struct UsbRequestParams
intParmas
;
CheckHostSdkIfFillRequest007()
local
[all...]
/drivers/peripheral/usb/net/src/
H
A
D
cdc_ether.c
885
struct UsbRequestParams
intParmas
= {};
in EcmAllocIntReq()
local
894
intParmas
.userData = (void *)ecm;
in EcmAllocIntReq()
895
intParmas
.pipeAddress = ecm->intPipe->pipeAddress;
in EcmAllocIntReq()
896
intParmas
.pipeId = ecm->intPipe->pipeId;
in EcmAllocIntReq()
897
intParmas
.interfaceId = ecm->intPipe->interfaceId;
in EcmAllocIntReq()
898
intParmas
.callback = EcmCtrlIrq;
in EcmAllocIntReq()
899
intParmas
.requestType = USB_REQUEST_PARAMS_DATA_TYPE;
in EcmAllocIntReq()
900
intParmas
.timeout = USB_CTRL_SET_TIMEOUT;
in EcmAllocIntReq()
901
intParmas
.dataReq.numIsoPackets = 0;
in EcmAllocIntReq()
902
intParmas
in EcmAllocIntReq()
[all...]
/drivers/peripheral/usb/serial/src/
H
A
D
usb_serial.c
1485
struct UsbRequestParams
intParmas
= {};
in AcmAllocNotifyRequest()
local
1491
intParmas
.userData = (void *)acm;
in AcmAllocNotifyRequest()
1492
intParmas
.pipeAddress = acm->intPipe->pipeAddress;
in AcmAllocNotifyRequest()
1493
intParmas
.pipeId = acm->intPipe->pipeId;
in AcmAllocNotifyRequest()
1494
intParmas
.interfaceId = acm->intPipe->interfaceId;
in AcmAllocNotifyRequest()
1495
intParmas
.callback = AcmCtrlIrq;
in AcmAllocNotifyRequest()
1496
intParmas
.requestType = USB_REQUEST_PARAMS_DATA_TYPE;
in AcmAllocNotifyRequest()
1497
intParmas
.timeout = USB_CTRL_SET_TIMEOUT;
in AcmAllocNotifyRequest()
1498
intParmas
.dataReq.numIsoPackets = 0;
in AcmAllocNotifyRequest()
1499
intParmas
in AcmAllocNotifyRequest()
[all...]
Completed in 7 milliseconds