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:descUsbFfs
(Results
1 - 4
of
4
) sorted by relevance
/developtools/hdc/hdc_rust/src/cffi/
H
A
D
oh_usb.cpp
34
void FillUsbV2Head(struct Hdc::UsbFunctionfsDescV2 &
descUsbFfs
)
in FillUsbV2Head()
argument
36
descUsbFfs
.head.magic = LONG_LE(FUNCTIONFS_DESCRIPTORS_MAGIC_V2);
in FillUsbV2Head()
37
descUsbFfs
.head.length = LONG_LE(sizeof(
descUsbFfs
));
in FillUsbV2Head()
38
descUsbFfs
.head.flags = FUNCTIONFS_HAS_FS_DESC | FUNCTIONFS_HAS_HS_DESC |
in FillUsbV2Head()
40
descUsbFfs
.config1Count = CONFIG_COUNT3;
in FillUsbV2Head()
41
descUsbFfs
.config2Count = CONFIG_COUNT3;
in FillUsbV2Head()
42
descUsbFfs
.config3Count = CONFIG_COUNT5;
in FillUsbV2Head()
43
descUsbFfs
.configWosCount = CONFIG_COUNT2;
in FillUsbV2Head()
44
descUsbFfs
in FillUsbV2Head()
55
struct Hdc::UsbFunctionfsDescV2
descUsbFfs
= {};
ConfigEpPoint()
local
[all...]
H
A
D
oh_usb.h
24
void FillUsbV2Head(struct Hdc::UsbFunctionfsDescV2 &
descUsbFfs
);
/developtools/hdc/src/daemon/
H
A
D
daemon_usb.cpp
129
void HdcDaemonUSB::FillUsbV2Head(UsbFunctionfsDescV2 &
descUsbFfs
)
in FillUsbV2Head()
argument
131
descUsbFfs
.head.magic = LONG_LE(FUNCTIONFS_DESCRIPTORS_MAGIC_V2);
in FillUsbV2Head()
132
descUsbFfs
.head.length = LONG_LE(sizeof(
descUsbFfs
));
in FillUsbV2Head()
133
descUsbFfs
.head.flags
in FillUsbV2Head()
135
descUsbFfs
.config1Count = CONFIG_COUNT3;
in FillUsbV2Head()
136
descUsbFfs
.config2Count = CONFIG_COUNT3;
in FillUsbV2Head()
137
descUsbFfs
.config3Count = CONFIG_COUNT5;
in FillUsbV2Head()
138
descUsbFfs
.configWosCount = CONFIG_COUNT2;
in FillUsbV2Head()
139
descUsbFfs
in FillUsbV2Head()
152
struct UsbFunctionfsDescV2
descUsbFfs
= {};
ConnectEPPoint()
local
[all...]
H
A
D
daemon_usb.h
57
void FillUsbV2Head(struct UsbFunctionfsDescV2 &
descUsbFfs
);
Completed in 3 milliseconds