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:application
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/hid/
H
A
D
hid-input.c
592
switch (field->
application
) {
in hidinput_configure_usage()
724
if (field->
application
== HID_GD_SYSTEM_CONTROL) {
in hidinput_configure_usage()
800
if (field->
application
== HID_GD_WIRELESS_RADIO_CTLS) {
in hidinput_configure_usage()
855
if ((field->
application
& 0xff) == 0x01) { /* Digitizer */
in hidinput_configure_usage()
857
} else if ((field->
application
& 0xff) == 0x02) { /* Pen */
in hidinput_configure_usage()
1677
if (field->
application
== HID_GD_GAMEPAD || field->
application
== HID_GD_JOYSTICK) {
in hidinput_configure_usage()
2174
static struct hid_input *hidinput_allocate(struct hid_device *hid, unsigned int
application
)
in hidinput_allocate()
argument
2186
switch (
application
) {
in hidinput_allocate()
2250
hidinput->
application
in hidinput_allocate()
2387
unsigned int
application
;
hidinput_connect()
local
[all...]
H
A
D
hid-core.c
95
unsigned int
application
)
in hid_register_report()
120
report->
application
=
application
;
in hid_register_report()
293
unsigned int
application
;
in hid_add_field()
local
294
application
= hid_lookup_collection(parser, HID_COLLECTION_APPLICATION);
in hid_add_field()
295
report = hid_register_report(parser->device, report_type, parser->global.report_id,
application
);
in hid_add_field()
321
field->
application
=
application
;
in hid_add_field()
94
hid_register_report(struct hid_device *device, unsigned int type, unsigned int id, unsigned int
application
)
hid_register_report()
argument
Completed in 7 milliseconds