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:DIRECTION_MASK
(Results
1 - 13
of
13
) sorted by relevance
/drivers/peripheral/usb/sample/host/include/
H
A
D
usbhost_sdkapi_speed.h
45
#define
DIRECTION_MASK
0x1
macro
/drivers/peripheral/usb/sample/host/liteos_test/include/
H
A
D
usbhost_sdkapi_speed.h
45
#define
DIRECTION_MASK
0x1
macro
H
A
D
usbhost_nosdk_speed.h
46
#define
DIRECTION_MASK
0x1
macro
/drivers/peripheral/usb/test/unittest/host_sdk/
H
A
D
usb_host_sdk_if_test.h
50
#define
DIRECTION_MASK
0x1
macro
H
A
D
usb_host_sdk_if_test_io.cpp
115
dr.directon = (UsbRequestDirection)((msgData.requestType >> USB_DIR_OFFSET) &
DIRECTION_MASK
);
in UsbControlMsg()
284
&
DIRECTION_MASK
);
in AcmFillIntRequest()
H
A
D
usb_host_sdk_if_test.cpp
187
dr.directon = (UsbRequestDirection)((msgData.requestType >> USB_DIR_OFFSET) &
DIRECTION_MASK
);
in UsbControlMsg()
1401
(UsbRequestDirection)((g_acm->intPipe->pipeDirection >> USB_PIPE_DIR_OFFSET) &
DIRECTION_MASK
);
in HWTEST_F()
1531
(UsbRequestDirection)((g_acm->intPipe->pipeDirection >> USB_PIPE_DIR_OFFSET) &
DIRECTION_MASK
);
in HWTEST_F()
/drivers/peripheral/usb/net/include/
H
A
D
cdc_ether.h
30
#define
DIRECTION_MASK
0x1
macro
/drivers/peripheral/usb/serial/include/
H
A
D
usb_serial.h
31
#define
DIRECTION_MASK
0x1
macro
/drivers/peripheral/usb/hdi_service/include/
H
A
D
usbd.h
34
#define
DIRECTION_MASK
0x1
macro
/drivers/hdf_core/framework/test/unittest/model/usb/host/include/
H
A
D
usb_test.h
127
#define
DIRECTION_MASK
0x1
macro
/drivers/hdf_core/framework/test/unittest/model/usb/host/src/
H
A
D
usb_test.c
146
dr.directon = (UsbRequestDirection)((msgData.requestType >> USB_DIR_OFFSET) &
DIRECTION_MASK
);
in UsbControlMsg()
1221
(UsbRequestDirection)(((uint32_t)g_acm->dataInPipe->pipeDirection >> USB_DIR_OFFSET) &
DIRECTION_MASK
);
in CheckHostSdkIfFillRequest001()
1276
(UsbRequestDirection)(((uint32_t)g_acm->intPipe->pipeDirection >> USB_PIPE_DIR_OFFSET) &
DIRECTION_MASK
);
in CheckHostSdkIfFillRequest003()
1372
(UsbRequestDirection)(((uint32_t)g_acm->dataInPipe->pipeDirection >> USB_DIR_OFFSET) &
DIRECTION_MASK
);
in CheckHostSdkIfFillRequest005()
1429
(UsbRequestDirection)(((uint32_t)g_acm->intPipe->pipeDirection >> USB_PIPE_DIR_OFFSET) &
DIRECTION_MASK
);
in CheckHostSdkIfFillRequest007()
/drivers/peripheral/usb/serial/src/
H
A
D
usb_serial.c
691
readParmas.dataReq.directon = (((uint8_t)acm->dataInPipe->pipeDirection) >> USB_DIR_OFFSET) &
DIRECTION_MASK
;
in UsbSerialReadSync()
1499
intParmas.dataReq.directon = (((uint8_t)acm->intPipe->pipeDirection) >> USB_PIPE_DIR_OFFSET) &
DIRECTION_MASK
;
in AcmAllocNotifyRequest()
/drivers/peripheral/usb/net/src/
H
A
D
cdc_ether.c
217
dr.directon = (controlParams->requestType >> USB_DIR_OFFSET) &
DIRECTION_MASK
;
in EcmUsbControlMsg()
Completed in 13 milliseconds