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_dev_s
(Results
1 - 4
of
4
) sorted by relevance
/third_party/NuttX/drivers/usbdev/gadget/
H
A
D
usbd_hid.c
70
struct
hid_dev_s
*hid = (struct
hid_dev_s
*)filep->f_inode->i_private;
in hid_open()
85
struct
hid_dev_s
*hid = (struct
hid_dev_s
*)filep->f_inode->i_private;
in hid_close()
98
int hid_fops_init(struct
hid_dev_s
*hid)
in hid_fops_init()
112
int hid_fops_deinit(const struct
hid_dev_s
*hid)
in hid_fops_deinit()
161
void hid_queue_free(struct
hid_dev_s
*sc)
in hid_queue_free()
164
struct
hid_dev_s
*fhid_sc = sc;
in hid_queue_free()
183
void hid_send_data_sub(struct
hid_dev_s
*sc)
in hid_send_data_sub()
185
struct
hid_dev_s
*fhi
in hid_send_data_sub()
[all...]
H
A
D
usbd_hid.h
56
extern int hid_fops_init(struct
hid_dev_s
*hid);
57
extern int hid_fops_deinit(const struct
hid_dev_s
*hid);
59
extern void hid_queue_free(struct
hid_dev_s
*sc);
61
extern void hid_send_data_sub(struct
hid_dev_s
*sc);
H
A
D
f_hid.h
67
struct
hid_dev_s
struct
91
struct
hid_dev_s
*dev;
96
struct
hid_dev_s
dev;
H
A
D
f_hid.c
329
struct
hid_dev_s
*hid;
in fhid_output_request_complete()
344
hid = (struct
hid_dev_s
*)ep->priv;
in fhid_output_request_complete()
370
struct
hid_dev_s
*hid = (struct
hid_dev_s
*)ep->priv;
in fhid_input_req_complete()
410
static void fhid_source_free(struct
hid_dev_s
*hid, struct usbdev_s *dev)
in fhid_source_free()
424
struct
hid_dev_s
*hid;
in usbclass_hid_bind()
518
struct
hid_dev_s
*hid;
in usbclass_hid_unbind()
565
struct
hid_dev_s
*hid;
in usbclass_hid_set_endpoint()
637
struct
hid_dev_s
*hid;
in usbclass_hid_setup()
750
struct
hid_dev_s
*hid_de
in usbclass_hid_disconnect()
[all...]
Completed in 3 milliseconds