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:ReqList
(Results
1 - 3
of
3
) sorted by relevance
/drivers/peripheral/usb/ddk/device/src/
H
A
D
usbfn_io_mgr.c
27
struct
ReqList
*reqList = (struct
ReqList
*)req;
in ReqToIoData()
103
struct
ReqList
*reqList = UsbFnMemCalloc(sizeof(struct
ReqList
));
in UsbFnIoMgrRequestAlloc()
137
struct
ReqList
*reqList = (struct
ReqList
*)req;
in UsbFnIoMgrRequestFree()
162
struct
ReqList
*reqList = NULL;
in UsbFnIoMgrRequestSubmitAsync()
167
reqList = (struct
ReqList
*)req;
in UsbFnIoMgrRequestSubmitAsync()
185
struct
ReqList
*reqList = NULL;
in UsbFnIoMgrRequestCancel()
190
reqList = (struct
ReqList
*)re
in UsbFnIoMgrRequestCancel()
[all...]
H
A
D
usbfn_dev_mgr.c
391
struct
ReqList
*reqList = NULL;
in HandleEp0IoEvent()
392
struct
ReqList
*temp = NULL;
in HandleEp0IoEvent()
394
DLIST_FOR_EACH_ENTRY_SAFE(reqList, temp, &funcMgr->reqEntry, struct
ReqList
, entry) {
in HandleEp0IoEvent()
429
struct
ReqList
*reqList = NULL;
in HandleEpsIoEvent()
430
struct
ReqList
*temp = NULL;
in HandleEpsIoEvent()
431
DLIST_FOR_EACH_ENTRY_SAFE(reqList, temp, &handle->reqEntry, struct
ReqList
, entry) {
in HandleEpsIoEvent()
/drivers/peripheral/usb/ddk/device/include/
H
A
D
usbfn_io_mgr.h
29
struct
ReqList
{
struct
Completed in 4 milliseconds