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:hid_queue_node
(Results
1 - 4
of
4
) sorted by relevance
/third_party/NuttX/drivers/usbdev/gadget/
H
A
D
usbd_hid.c
130
struct
hid_queue_node
*hid_queue_node_alloc(size_t len)
in hid_queue_node_alloc()
132
struct
hid_queue_node
*queue_node;
in hid_queue_node_alloc()
134
queue_node = zalloc(sizeof(struct
hid_queue_node
));
in hid_queue_node_alloc()
154
void hid_queue_node_free(struct
hid_queue_node
*node)
in hid_queue_node_free()
163
struct
hid_queue_node
*node;
in hid_queue_free()
174
node = list_first_entry(&fhid_sc->hid_queue, struct
hid_queue_node
, irqqueue);
in hid_queue_free()
186
struct
hid_queue_node
*node;
in hid_send_data_sub()
274
struct
hid_queue_node
*node;
in hid_write()
275
struct
hid_queue_node
*node_temp;
in hid_write()
323
node_temp = list_first_entry(&hid->hid_queue, struct
hid_queue_node
, irqqueu
in hid_write()
[all...]
H
A
D
usbd_hid.h
48
struct
hid_queue_node
struct
60
extern void hid_queue_node_free(struct
hid_queue_node
*node);
H
A
D
f_hid.h
85
struct
hid_queue_node
*cur_node;
H
A
D
f_hid.c
371
struct
hid_queue_node
*node_temp;
in fhid_input_req_complete()
401
node_temp = list_first_entry(&hid->hid_queue, struct
hid_queue_node
, irqqueue);
in fhid_input_req_complete()
Completed in 3 milliseconds