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:ctrlEvent
(Results
1 - 4
of
4
) sorted by relevance
/drivers/peripheral/usb/ddk/device/src/
H
A
D
usbfn_dev_mgr.c
409
static void HandleEp0CtrlEvent(const struct UsbFnFuncMgr *funcMgr, struct UsbFnCtrlEvent *
ctrlEvent
)
in HandleEp0CtrlEvent()
argument
413
if (((funcMgr->eventMask) & (1 <<
ctrlEvent
->type)) == 0) {
in HandleEp0CtrlEvent()
416
fnEvnet.setup = &
ctrlEvent
->u.setup;
in HandleEp0CtrlEvent()
417
fnEvnet.type =
ctrlEvent
->type;
in HandleEp0CtrlEvent()
419
devMgr->devState =
ctrlEvent
->type;
in HandleEp0CtrlEvent()
499
HandleEp0CtrlEvent(funcMgr, &event.ep0Event[i].
ctrlEvent
);
in HandleEp0Event()
H
A
D
adapter_if.c
1131
ret = read(event->ep0[i], &event->ep0Event[i].
ctrlEvent
, sizeof(struct UsbFnCtrlEvent));
in Ep0Event()
H
A
D
adapter_if_liteos.c
845
ret = handle_read(event->ep0[i], &event->ep0Event[i].
ctrlEvent
, sizeof(struct UsbFnCtrlEvent));
in Ep0Event()
/drivers/peripheral/usb/ddk/device/include/
H
A
D
adapter_if.h
190
struct UsbFnCtrlEvent
ctrlEvent
;
member
Completed in 6 milliseconds