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:numAltsetting
(Results
1 - 7
of
7
) sorted by relevance
/drivers/external_device_manager/frameworks/ddk/usb/
H
A
D
usb_config_desc_parser.cpp
323
if (usbInterface.
numAltsetting
> USB_MAXALTSETTING) {
in ParseInterface()
324
EDM_LOGE(MODULE_USB_DDK, "usbInterface is null or
numAltsetting
is invalid");
in ParseInterface()
329
UsbDdkInterfaceDescriptor &ddkIntfDesc = usbInterface.altsetting[usbInterface.
numAltsetting
];
in ParseInterface()
338
usbInterface.
numAltsetting
++;
in ParseInterface()
388
if (usbInterface.
numAltsetting
> USB_MAXALTSETTING) {
in ClearInterface()
389
EDM_LOGE(MODULE_USB_DDK, "
numAltsetting
= %{public}hhu is error", usbInterface.
numAltsetting
);
in ClearInterface()
393
for (i = 0; i < usbInterface.
numAltsetting
; i++) {
in ClearInterface()
/drivers/external_device_manager/interfaces/ddk/usb/
H
A
D
usb_ddk_types.h
226
uint8_t
numAltsetting
;
member
/drivers/peripheral/usb/ddk/host/src/
H
A
D
usb_protocol.c
87
ptr->altSettings = altsettings->
numAltsetting
;
in UsbInterfaceInit()
202
for (j = 0; j < itface->
numAltsetting
; j++) {
in UsbProtocalCreatInterfaceObj()
H
A
D
usb_raw_api_library.c
374
if (usbInterface->
numAltsetting
> USB_MAXALTSETTING) {
in ClearInterface()
375
HDF_LOGE("%{public}s:%{public}d
numAltsetting
= %{public}hhu is error",
in ClearInterface()
376
__func__, __LINE__, usbInterface->
numAltsetting
);
in ClearInterface()
380
for (i = 0; i < usbInterface->
numAltsetting
; i++) {
in ClearInterface()
483
if (usbInterface == NULL || usbInterface->
numAltsetting
> USB_MAXALTSETTING) {
in ParseInterface()
484
HDF_LOGE("%{public}s: usbInterface is null or
numAltsetting
is invalid", __func__);
in ParseInterface()
489
ifp = (struct UsbRawInterfaceDescriptor *)(usbInterface->altsetting + usbInterface->
numAltsetting
);
in ParseInterface()
498
usbInterface->
numAltsetting
++;
in ParseInterface()
/drivers/peripheral/usb/interfaces/ddk/host/
H
A
D
usb_raw_api.h
184
uint8_t
numAltsetting
;
member
185
/** Interface descriptor array. Its length is determined by the
numAltsetting
field. */
/drivers/peripheral/usb/net/src/
H
A
D
usb_net_host.c
855
for (int j = 0; j < tmpConfig->interface[i]->
numAltsetting
; j++) {
in UsbnetHostPrintConfigDescriptor()
/drivers/external_device_manager/test/unittest/ndk_stage_js_test/entry/src/main/cpp/
H
A
D
usb_ddk_ndk_test.cpp
55
uint32_t numSetting = interface.
numAltsetting
;
in FindForEachInterface()
Completed in 10 milliseconds