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:report_type
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/hid/
H
A
D
hid-core.c
286
static int hid_add_field(struct hid_parser *parser, unsigned
report_type
, unsigned flags)
in hid_add_field()
argument
295
report = hid_register_report(parser->device,
report_type
, parser->global.report_id, application);
in hid_add_field()
336
field->
report_type
=
report_type
;
in hid_add_field()
1431
* compare hid->driver->report_table->
report_type
to report->type
1441
for (; id->
report_type
!= HID_TERMINATOR; id++) {
in hid_match_report()
1442
if (id->
report_type
== HID_ANY_ID || id->
report_type
== report->type) {
in hid_match_report()
H
A
D
hid-input.c
411
static int hidinput_setup_battery(struct hid_device *dev, unsigned
report_type
, struct hid_field *field)
in hidinput_setup_battery()
argument
459
report_type
= HID_FEATURE_REPORT;
in hidinput_setup_battery()
464
dev->battery_report_type =
report_type
;
in hidinput_setup_battery()
472
dev->battery_avoid_query =
report_type
== HID_INPUT_REPORT && field->physical == HID_DG_STYLUS;
in hidinput_setup_battery()
524
static int hidinput_setup_battery(struct hid_device *dev, unsigned
report_type
, struct hid_field *field)
in hidinput_setup_battery()
argument
557
if (field->
report_type
== HID_OUTPUT_REPORT && (usage->hid & HID_USAGE_PAGE) != HID_UP_LED) {
in hidinput_configure_usage()
Completed in 7 milliseconds