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:USB_MAXINTERFACES
(Results
1 - 4
of
4
) sorted by relevance
/drivers/peripheral/usb/interfaces/ddk/host/
H
A
D
usb_raw_api.h
49
#define
USB_MAXINTERFACES
32
macro
196
* by
USB_MAXINTERFACES
. */
197
const struct UsbRawInterface *interface[
USB_MAXINTERFACES
];
/drivers/peripheral/usb/ddk/host/src/
H
A
D
usb_raw_api_library.c
155
} else if (*num <
USB_MAXINTERFACES
) {
in GetInterfaceNumberDes()
563
if (config->configDescriptor.bNumInterfaces >=
USB_MAXINTERFACES
) {
in ParseConfigurationDes()
589
uint8_t nIntf[
USB_MAXINTERFACES
] = {0};
in ParseConfiguration()
590
uint8_t nAlts[
USB_MAXINTERFACES
] = {0};
in ParseConfiguration()
602
(config->configDescriptor.bNumInterfaces >
USB_MAXINTERFACES
)) {
in ParseConfiguration()
828
if (devHandle == NULL || interfaceNumber < 0 || interfaceNumber >=
USB_MAXINTERFACES
) {
in RawClaimInterface()
859
if (devHandle == NULL || interfaceNumber >=
USB_MAXINTERFACES
|| osAdapterOps->claimInterface == NULL) {
in RawClaimInterfaceForce()
880
if (devHandle == NULL || interfaceNumber >=
USB_MAXINTERFACES
|| osAdapterOps->claimInterface == NULL) {
in RawDetachInterface()
905
if (devHandle == NULL || interfaceNumber >=
USB_MAXINTERFACES
|| osAdapterOps->claimInterface == NULL) {
in RawAttachInterface()
1393
if (devHandle == NULL || interfaceNumber >=
USB_MAXINTERFACES
) {
in RawAttachKernelDriver()
[all...]
H
A
D
linux_adapter.c
1258
for (i = 0; i <
USB_MAXINTERFACES
; i++) {
in AdapterResetDevice()
1270
for (i = 0;i <
USB_MAXINTERFACES
; i++) {
in AdapterResetDevice()
/drivers/external_device_manager/frameworks/ddk/usb/
H
A
D
usb_config_desc_parser.cpp
39
constexpr int32_t
USB_MAXINTERFACES
= 32;
member
284
} else if (currentSize <
USB_MAXINTERFACES
) {
in GetInterfaceNumberDes()
458
if (config.configDescriptor.bNumInterfaces >=
USB_MAXINTERFACES
) {
in ParseConfigurationDes()
500
(config.configDescriptor.bNumInterfaces >
USB_MAXINTERFACES
)) {
in ParseConfiguration()
Completed in 6 milliseconds