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_data
(Results
1 - 2
of
2
) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/
H
A
D
usb_hid.c
45
static uint8_t hid_get_byte(struct
hid_data
*s, const uint16_t wSize);
57
struct
hid_data
{
struct
100
hid_switch_rid(struct
hid_data
*s, struct hid_item *c, int32_t next_rID)
in hid_switch_rid()
154
struct
hid_data
*
157
struct
hid_data
*s;
in hid_start_parse()
179
hid_end_parse(struct
hid_data
*s)
in hid_end_parse()
191
hid_get_byte(struct
hid_data
*s, const uint16_t wSize)
in hid_get_byte()
221
hid_get_item(struct
hid_data
*s, struct hid_item *h)
in hid_get_item()
544
struct
hid_data
*d;
in hid_report_size()
598
struct
hid_data
*
in hid_locate()
[all...]
H
A
D
usbhid.h
245
struct
hid_data
*hid_start_parse(const void *d, usb_size_t len, int kindset);
246
void hid_end_parse(struct
hid_data
*s);
247
int hid_get_item(struct
hid_data
*s, struct hid_item *h);
Completed in 2 milliseconds