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:descriptorsLength
(Results
1 - 5
of
5
) sorted by relevance
/drivers/peripheral/usb/ddk/host/include/
H
A
D
usb_ddk_device.h
42
size_t
descriptorsLength
;
member
/drivers/peripheral/usb/test/unittest/mock/src/
H
A
D
mock_linux_adapter.cpp
140
dev->
descriptorsLength
= DESCRIPTORSLENGTH;
in OsReadDescriptors()
141
if (memcpy_s(dev->descriptors, dev->
descriptorsLength
, g_buf.data(), DESCRIPTORSLENGTH) != EOK) {
in OsReadDescriptors()
162
size_t descLen = dev->
descriptorsLength
- USB_DDK_DT_DEVICE_SIZE;
in OsParseConfigDescriptors()
200
dev->
descriptorsLength
= 0;
in OsInitDevice()
/drivers/peripheral/usb/ddk/host/src/
H
A
D
liteos_adapter.c
285
if ((dev->descriptors == NULL) || (dev->
descriptorsLength
> allocLen)) {
in OsReadDescriptors()
289
uint8_t *ptr = (uint8_t *)dev->descriptors + dev->
descriptorsLength
;
in OsReadDescriptors()
314
dev->
descriptorsLength
+= count;
in OsReadDescriptors()
315
} while (dev->
descriptorsLength
== allocLen);
in OsReadDescriptors()
338
descLen = dev->
descriptorsLength
;
in OsParseConfigDescriptors()
427
dev->
descriptorsLength
= 0;
in OsInitDevice()
H
A
D
linux_adapter.c
227
uint8_t *ptr = (uint8_t *)dev->descriptors + dev->
descriptorsLength
;
in OsReadDescriptors()
238
dev->
descriptorsLength
+= (size_t)len;
in OsReadDescriptors()
239
} while (dev->
descriptorsLength
== allocLen);
in OsReadDescriptors()
263
descLen = dev->
descriptorsLength
- USB_DDK_DT_DEVICE_SIZE;
in OsParseConfigDescriptors()
320
dev->
descriptorsLength
= 0;
in OsInitDevice()
/drivers/peripheral/usb/hdi_service/src/
H
A
D
usb_impl.cpp
1225
uint32_t length = handle->devHandle->dev->
descriptorsLength
;
in GetRawDescriptor()
Completed in 9 milliseconds