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:PORT_MODE_DEVICE
(Results
1 - 3
of
3
) sorted by relevance
/drivers/peripheral/usb/hdi_service/src/
H
A
D
usbd_port.cpp
75
if (mode == PORT_MODE_HOST || mode ==
PORT_MODE_DEVICE
) {
in WritePortFile()
81
case
PORT_MODE_DEVICE
:
in WritePortFile()
136
mode =
PORT_MODE_DEVICE
;
in ReadPortFile()
157
int32_t mode =
PORT_MODE_DEVICE
;
in SetPortInit()
163
mode =
PORT_MODE_DEVICE
;
in SetPortInit()
173
if (currentPortInfo_.mode ==
PORT_MODE_DEVICE
) {
in SetPortInit()
214
case
PORT_MODE_DEVICE
:
in UpdatePort()
217
currentPortInfo_.mode =
PORT_MODE_DEVICE
;
in UpdatePort()
H
A
D
usb_impl.cpp
991
return UsbdPort::GetInstance().UpdatePort(
PORT_MODE_DEVICE
, subscriber);
in UsbdPnpLoaderEventReceived()
/drivers/peripheral/usb/hdi_service/include/
H
A
D
usbd_port.h
43
#define
PORT_MODE_DEVICE
1
macro
76
HDI::Usb::V1_1::PortInfo currentPortInfo_ = {DEFAULT_PORT_ID, POWER_ROLE_SINK, DATA_ROLE_DEVICE,
PORT_MODE_DEVICE
};
Completed in 5 milliseconds