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:requestCmd
(Results
1 - 12
of
12
) sorted by relevance
/drivers/peripheral/usb/hdi_service/include/
H
A
D
usbd_type.h
126
uint8_t
requestCmd
;
member
/drivers/peripheral/usb/interfaces/ddk/host/
H
A
D
usb_raw_api.h
74
uint8_t
requestCmd
;
member
/drivers/peripheral/usb/test/unittest/host_sdk/
H
A
D
usb_raw_sdk_if_test_io.cpp
428
ctrlReq.
requestCmd
= USB_DDK_CDC_REQ_SET_LINE_CODING;
in AcmRawFillCtrlReq()
497
ctrlReq.
requestCmd
= USB_DDK_CDC_REQ_SET_LINE_CODING;
in HWTEST_F()
525
ctrlReq.
requestCmd
= USB_DDK_CDC_REQ_SET_LINE_CODING;
in HWTEST_F()
567
ctrlReq.
requestCmd
= USB_DDK_CDC_REQ_SET_LINE_CODING;
in HWTEST_F()
595
ctrlReq.
requestCmd
= USB_DDK_CDC_REQ_SET_LINE_CODING;
in HWTEST_F()
H
A
D
usb_raw_sdk_if_test.cpp
1975
ctrlReq.
requestCmd
= USB_DDK_CDC_REQ_SET_LINE_CODING;
in HWTEST_F()
2033
ctrlReq.
requestCmd
= USB_DDK_CDC_REQ_SET_LINE_CODING;
in HWTEST_F()
/drivers/peripheral/usb/ddk_service/src/
H
A
D
usb_ddk_service.cpp
317
params.ctrlReq.request = setup.
requestCmd
;
in SendControlReadRequest()
372
params.ctrlReq.request = setup.
requestCmd
;
in SendControlWriteRequest()
/drivers/hdf_core/framework/test/unittest/model/usb/host/src/
H
A
D
usb_raw_test.c
1160
ctrlReq.
requestCmd
= USB_DDK_CDC_REQ_SET_LINE_CODING;
in CheckRawSdkIfFillControlSetup001()
1228
ctrlReq.
requestCmd
= USB_DDK_CDC_REQ_SET_LINE_CODING;
in CheckRawSdkIfFillControlSetup004()
1267
ctrlReq.
requestCmd
= USB_DDK_CDC_REQ_SET_LINE_CODING;
in CheckRawSdkIfSendControlRequest001()
1294
ctrlReq.
requestCmd
= USB_DDK_CDC_REQ_SET_LINE_CODING;
in CheckRawSdkIfSendControlRequest002()
1334
ctrlReq.
requestCmd
= USB_DDK_CDC_REQ_SET_LINE_CODING;
in CheckRawSdkIfSendControlRequest004()
1361
ctrlReq.
requestCmd
= USB_DDK_CDC_REQ_SET_LINE_CODING;
in CheckRawSdkIfSendControlRequest005()
/drivers/peripheral/usb/net/src/
H
A
D
usb_net_host.c
1318
ctrlReq.
requestCmd
= cmd;
in UsbnetHostWriteCmdSync()
1334
ctrlReq.
requestCmd
, ctrlReq.requestType, ctrlReq.value, ctrlReq.index, ctrlReq.length, *(ctrlReq.data));
in UsbnetHostWriteCmdSync()
/drivers/peripheral/usb/hdi_service/src/
H
A
D
usbd_dispatcher.cpp
397
int32_t
requestCmd
;
in CtrlTransferParamInit()
local
398
if (!HdfSbufReadInt32(data, &
requestCmd
)) {
in CtrlTransferParamInit()
399
HDF_LOGE("%{public}s:Failed to read the
requestCmd
from data", __func__);
in CtrlTransferParamInit()
420
pCtrParams->request = static_cast<uint8_t>(
requestCmd
);
in CtrlTransferParamInit()
H
A
D
usb_impl.cpp
1595
controlParams.request = static_cast<uint8_t>(ctrl.
requestCmd
);
in ControlTransferRead()
1637
controlParams.request = static_cast<uint8_t>(ctrl.
requestCmd
);
in ControlTransferWrite()
1672
controlParams.request = static_cast<uint8_t>(ctrlParams.
requestCmd
);
in ControlTransferReadwithLength()
/drivers/peripheral/usb/ddk/host/src/
H
A
D
usb_raw_api_library.c
1008
setupData->request = requestData->
requestCmd
;
in RawFillControlSetup()
1359
requestData.
requestCmd
= USB_REQUEST_GET_DESCRIPTOR;
in RawGetDescriptor()
H
A
D
linux_adapter.c
352
ctrlData.
requestCmd
= USB_REQUEST_GET_CONFIGURATION;
in OsGetActiveConfig()
/drivers/peripheral/usb/serial/src/
H
A
D
usb_serial_rawapi.c
479
ctrlReq.
requestCmd
= request;
in SerialSendCtrlMsg()
Completed in 22 milliseconds