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:fsDescriptors
(Results
1 - 8
of
8
) sorted by relevance
/drivers/peripheral/usb/interfaces/ddk/device/
H
A
D
usbfn_device.h
102
struct UsbDescriptorHeader **
fsDescriptors
;
member
/drivers/peripheral/usb/ddk/device/src/
H
A
D
usbfn_dev_mgr.c
88
for (uint32_t k = 0; des->configs[i]->functions[j]->
fsDescriptors
[k] != NULL; k++) {
in CreateInterface()
89
intf = (struct UsbInterfaceDescriptor *)des->configs[i]->functions[j]->
fsDescriptors
[k];
in CreateInterface()
179
fnDevMgr->fnDev.numInterfaces += GetInterfaceNum(des->configs[i]->functions[j]->
fsDescriptors
);
in AllocInterfaceAndFuncMgr()
H
A
D
usbfn_sdk_if.c
60
if (functions->
fsDescriptors
== NULL) {
in IsDescriptorOk()
61
HDF_LOGE("%{public}s:
fsDescriptors
null", __func__);
in IsDescriptorOk()
H
A
D
adapter_if.c
547
for (i = 0; func->
fsDescriptors
[i] != NULL; i++) {
in GetCountAndHead()
549
lenDes += func->
fsDescriptors
[i]->bLength;
in GetCountAndHead()
608
ret = WriteFuncDescriptors(&whereDec, func->
fsDescriptors
);
in UsbFnAdapterCreatPipes()
H
A
D
adapter_if_liteos.c
340
for (i = 0; func->
fsDescriptors
[i] != NULL; i++) {
in GetCountAndHead()
342
lenDes += func->
fsDescriptors
[i]->bLength;
in GetCountAndHead()
442
ret = WriteFuncDescriptors(&whereDec, func->
fsDescriptors
);
in UsbFnAdapterCreatPipes()
H
A
D
usbfn_cfg_mgr.c
660
fun->
fsDescriptors
= UsbFnCfgMgrParseFunDesc(node, drsOps, "fsDescList");
in UsbFnCfgMgrParseUsbFnFunction()
661
if (fun->
fsDescriptors
== NULL) {
in UsbFnCfgMgrParseUsbFnFunction()
917
if (fnFunctions[iCount]->
fsDescriptors
) {
in UsbFnCfgMgrFreeFunctions()
918
UsbFnCfgMgrFreeFuncDescHead(fnFunctions[iCount]->
fsDescriptors
);
in UsbFnCfgMgrFreeFunctions()
/drivers/peripheral/usb/test/unittest/device_sdk/
H
A
D
usb_device_cdcacm_test.cpp
235
.
fsDescriptors
= g_acmFsFunction,
/drivers/hdf_core/framework/test/unittest/model/usb/device/src/
H
A
D
usb_device_lite_cdcacm_test.c
227
.
fsDescriptors
= g_acmFsFunction,
Completed in 10 milliseconds