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:poolQueryPara
(Results
1 - 1
of
1
) sorted by relevance
/drivers/peripheral/usb/ddk/host/src/
H
A
D
usb_interface_pool.c
789
struct UsbPoolQueryPara
poolQueryPara
;
in IfGetInterfacePool()
local
806
poolQueryPara
.type = USB_POOL_NORMAL_TYPE;
in IfGetInterfacePool()
807
poolQueryPara
.busNum = busNum;
in IfGetInterfacePool()
808
poolQueryPara
.usbAddr = usbAddr;
in IfGetInterfacePool()
809
interfacePool = IfFindInterfacePool(realSession,
poolQueryPara
, true);
in IfGetInterfacePool()
982
static void SetPoolQueryPara(struct UsbPoolQueryPara *
poolQueryPara
, uint8_t busNum, uint8_t usbAddr)
in SetPoolQueryPara()
argument
984
poolQueryPara
->type = USB_POOL_NORMAL_TYPE;
in SetPoolQueryPara()
985
poolQueryPara
->busNum = busNum;
in SetPoolQueryPara()
986
poolQueryPara
->usbAddr = usbAddr;
in SetPoolQueryPara()
991
struct UsbPoolQueryPara
poolQueryPara
in UsbGetDeviceMemMapFd()
local
1015
struct UsbPoolQueryPara
poolQueryPara
= {0};
ClaimInterface()
local
1073
struct UsbPoolQueryPara
poolQueryPara
= {0};
UsbManageInterface()
local
1202
struct UsbPoolQueryPara
poolQueryPara
;
UsbAddOrRemoveInterface()
local
1269
struct UsbPoolQueryPara
poolQueryPara
;
UsbOpenInterface()
local
1322
struct UsbPoolQueryPara
poolQueryPara
;
UsbResetDevice()
local
1965
struct UsbPoolQueryPara
poolQueryPara
= {0};
UsbGetInterfaceActiveStatus()
local
[all...]
Completed in 3 milliseconds