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 - 2
of
2
) 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()
local
34
ioData->buf =
reqList
->buf;
in ReqToIoData()
103
struct ReqList *
reqList
= UsbFnMemCalloc(sizeof(struct ReqList));
in UsbFnIoMgrRequestAlloc()
local
104
if (
reqList
== NULL) {
in UsbFnIoMgrRequestAlloc()
108
struct UsbFnRequest *req = &
reqList
->req;
in UsbFnIoMgrRequestAlloc()
111
DListInsertTail(&
reqList
->entry, &funcMgr->reqEntry);
in UsbFnIoMgrRequestAlloc()
113
DListInsertTail(&
reqList
->entry, &handle->reqEntry);
in UsbFnIoMgrRequestAlloc()
115
reqList
->handle = handle;
in UsbFnIoMgrRequestAlloc()
116
reqList
->fd = ep;
in UsbFnIoMgrRequestAlloc()
117
reqList
in UsbFnIoMgrRequestAlloc()
137
struct ReqList *
reqList
= (struct ReqList *)req;
UsbFnIoMgrRequestFree()
local
162
struct ReqList *
reqList
= NULL;
UsbFnIoMgrRequestSubmitAsync()
local
185
struct ReqList *
reqList
= NULL;
UsbFnIoMgrRequestCancel()
local
203
struct ReqList *
reqList
;
UsbFnIoMgrRequestGetStatus()
local
222
struct ReqList *
reqList
;
UsbFnIoMgrRequestSubmitSync()
local
[all...]
H
A
D
usbfn_dev_mgr.c
391
struct ReqList *
reqList
= NULL;
in HandleEp0IoEvent()
local
394
DLIST_FOR_EACH_ENTRY_SAFE(
reqList
, temp, &funcMgr->reqEntry, struct ReqList, entry) {
in HandleEp0IoEvent()
395
if (
reqList
->buf == reqEvent->buf) {
in HandleEp0IoEvent()
396
HDF_LOGD("%{public}s: req.actual = %{public}d", __func__,
reqList
->req.actual);
in HandleEp0IoEvent()
397
reqList
->req.actual = reqEvent->actual;
in HandleEp0IoEvent()
398
reqList
->req.status = -reqEvent->status;
in HandleEp0IoEvent()
399
if (
reqList
->req.complete) {
in HandleEp0IoEvent()
400
reqList
->req.complete(
reqList
->pipe, &
reqList
in HandleEp0IoEvent()
429
struct ReqList *
reqList
= NULL;
HandleEpsIoEvent()
local
[all...]
Completed in 2 milliseconds