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:USB_DDK_DIR_OUT
(Results
1 - 9
of
9
) sorted by relevance
/drivers/peripheral/usb/test/unittest/device_sdk/
H
A
D
usb_device_cdcacm_test.cpp
123
.bEndpointAddress = EP_ADD_DATA_OUT |
USB_DDK_DIR_OUT
,
161
.bEndpointAddress = EP_ADD_DATA_OUT |
USB_DDK_DIR_OUT
,
191
.bEndpointAddress = EP_ADD_DATA_OUT |
USB_DDK_DIR_OUT
,
/drivers/peripheral/usb/test/unittest/host_sdk/
H
A
D
usb_raw_sdk_if_test_io.cpp
427
ctrlReq.requestType =
USB_DDK_DIR_OUT
| USB_DDK_TYPE_CLASS | USB_DDK_RECIP_INTERFACE;
in AcmRawFillCtrlReq()
496
ctrlReq.requestType =
USB_DDK_DIR_OUT
| USB_DDK_TYPE_CLASS | USB_DDK_RECIP_INTERFACE;
in HWTEST_F()
524
ctrlReq.requestType =
USB_DDK_DIR_OUT
| USB_DDK_TYPE_CLASS | USB_DDK_RECIP_INTERFACE;
in HWTEST_F()
566
ctrlReq.requestType =
USB_DDK_DIR_OUT
| USB_DDK_TYPE_CLASS | USB_DDK_RECIP_INTERFACE;
in HWTEST_F()
594
ctrlReq.requestType =
USB_DDK_DIR_OUT
| USB_DDK_TYPE_CLASS | USB_DDK_RECIP_INTERFACE;
in HWTEST_F()
H
A
D
usb_raw_sdk_if_test.cpp
1974
ctrlReq.requestType =
USB_DDK_DIR_OUT
| USB_DDK_TYPE_CLASS | USB_DDK_RECIP_INTERFACE;
in HWTEST_F()
2032
ctrlReq.requestType =
USB_DDK_DIR_OUT
| USB_DDK_TYPE_CLASS | USB_DDK_RECIP_INTERFACE;
in HWTEST_F()
/drivers/peripheral/usb/interfaces/ddk/common/
H
A
D
usb_ddk.h
368
#define
USB_DDK_DIR_OUT
0x00
macro
563
return ((ep & USB_DDK_ENDPOINT_DIR_MASK) ==
USB_DDK_DIR_OUT
);
in UsbEndpointDirOut()
/drivers/hdf_core/framework/test/unittest/model/usb/device/src/
H
A
D
usb_device_lite_cdcacm_test.c
115
.bEndpointAddress = EP_ADD_DATA_OUT |
USB_DDK_DIR_OUT
,
153
.bEndpointAddress = EP_ADD_DATA_OUT |
USB_DDK_DIR_OUT
,
183
.bEndpointAddress = EP_ADD_DATA_OUT |
USB_DDK_DIR_OUT
,
/drivers/hdf_core/framework/test/unittest/model/usb/host/src/
H
A
D
usb_raw_test.c
1159
ctrlReq.requestType =
USB_DDK_DIR_OUT
| USB_DDK_TYPE_CLASS | USB_DDK_RECIP_INTERFACE;
in CheckRawSdkIfFillControlSetup001()
1227
ctrlReq.requestType =
USB_DDK_DIR_OUT
| USB_DDK_TYPE_CLASS | USB_DDK_RECIP_INTERFACE;
in CheckRawSdkIfFillControlSetup004()
1266
ctrlReq.requestType =
USB_DDK_DIR_OUT
| USB_DDK_TYPE_CLASS | USB_DDK_RECIP_INTERFACE;
in CheckRawSdkIfSendControlRequest001()
1293
ctrlReq.requestType =
USB_DDK_DIR_OUT
| USB_DDK_TYPE_CLASS | USB_DDK_RECIP_INTERFACE;
in CheckRawSdkIfSendControlRequest002()
1333
ctrlReq.requestType =
USB_DDK_DIR_OUT
| USB_DDK_TYPE_CLASS | USB_DDK_RECIP_INTERFACE;
in CheckRawSdkIfSendControlRequest004()
1360
ctrlReq.requestType =
USB_DDK_DIR_OUT
| USB_DDK_TYPE_CLASS | USB_DDK_RECIP_INTERFACE;
in CheckRawSdkIfSendControlRequest005()
/drivers/peripheral/usb/net/src/
H
A
D
rndis_rawapi.c
204
cmdParam.reqtype =
USB_DDK_DIR_OUT
|USB_DDK_TYPE_CLASS|USB_DDK_RECIP_INTERFACE;
in UsbnetHostHandleNonRsp()
284
cmdParam.reqtype =
USB_DDK_DIR_OUT
|USB_DDK_TYPE_CLASS|USB_DDK_RECIP_INTERFACE;
in HostRndisCommand()
/drivers/peripheral/usb/gadget/function/ecm/
H
A
D
cdcecm.c
517
case ((
USB_DDK_DIR_OUT
| USB_DDK_TYPE_CLASS | USB_DDK_RECIP_INTERFACE) << 0x08) |
in EcmSetup()
/drivers/peripheral/usb/serial/src/
H
A
D
usb_serial_rawapi.c
478
ctrlReq.requestType =
USB_DDK_DIR_OUT
| USB_DDK_TYPE_CLASS | USB_DDK_RECIP_INTERFACE;
in SerialSendCtrlMsg()
Completed in 15 milliseconds