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_UP_BUTTON
(Results
1 - 19
of
19
) sorted by relevance
/kernel/linux/linux-6.6/samples/hid/
H
A
D
hid_surface_dial.bpf.c
10
#define
HID_UP_BUTTON
0x0009
macro
114
data[31] =
HID_UP_BUTTON
;
in BPF_PROG()
/kernel/linux/linux-5.10/drivers/hid/
H
A
D
hid-penmount.c
22
if ((usage->hid & HID_USAGE_PAGE) ==
HID_UP_BUTTON
) {
in penmount_input_mapping()
H
A
D
hid-accutouch.c
25
if ((usage->hid & HID_USAGE_PAGE) ==
HID_UP_BUTTON
) {
in accutouch_input_mapping()
H
A
D
hid-rmi.c
407
if ((usage->hid & HID_USAGE_PAGE) ==
HID_UP_BUTTON
)
in rmi_event()
553
((usage->hid & HID_USAGE_PAGE) ==
HID_UP_BUTTON
))
in rmi_input_mapping()
H
A
D
hid-lenovo.c
142
if (usage->hid == (
HID_UP_BUTTON
| 0x0010)) {
in lenovo_input_mapping_tpkbd()
196
if ((usage->hid & HID_USAGE_PAGE) ==
HID_UP_BUTTON
&&
in lenovo_input_mapping_cptkbd()
H
A
D
hid-sony.c
685
if ((usage->hid & HID_USAGE_PAGE) !=
HID_UP_BUTTON
)
in ps3remote_mapping()
717
if ((usage->hid & HID_USAGE_PAGE) ==
HID_UP_BUTTON
) {
in navigation_mapping()
765
if ((usage->hid & HID_USAGE_PAGE) ==
HID_UP_BUTTON
) {
in sixaxis_mapping()
813
if ((usage->hid & HID_USAGE_PAGE) ==
HID_UP_BUTTON
) {
in ds4_mapping()
1331
if ((usage->hid & HID_USAGE_PAGE) !=
HID_UP_BUTTON
)
in sony_mapping()
H
A
D
hid-multitouch.c
699
(usage->hid & HID_USAGE_PAGE) ==
HID_UP_BUTTON
) {
in mt_touch_input_mapping()
705
if ((usage->hid & HID_USAGE_PAGE) ==
HID_UP_BUTTON
)
in mt_touch_input_mapping()
849
case
HID_UP_BUTTON
:
in mt_touch_input_mapping()
H
A
D
hid-lg.c
678
if ((hid & HID_USAGE_PAGE) !=
HID_UP_BUTTON
)
in lg_input_mapping()
H
A
D
hid-input.c
613
case
HID_UP_BUTTON
:
in hidinput_configure_usage()
/kernel/linux/linux-6.6/drivers/hid/
H
A
D
hid-penmount.c
22
if ((usage->hid & HID_USAGE_PAGE) ==
HID_UP_BUTTON
) {
in penmount_input_mapping()
H
A
D
hid-accutouch.c
25
if ((usage->hid & HID_USAGE_PAGE) ==
HID_UP_BUTTON
) {
in accutouch_input_mapping()
H
A
D
hid-rmi.c
407
if ((usage->hid & HID_USAGE_PAGE) ==
HID_UP_BUTTON
)
in rmi_event()
553
((usage->hid & HID_USAGE_PAGE) ==
HID_UP_BUTTON
))
in rmi_input_mapping()
H
A
D
hid-lenovo.c
173
if (usage->hid == (
HID_UP_BUTTON
| 0x0010)) {
in lenovo_input_mapping_tpkbd()
227
if ((usage->hid & HID_USAGE_PAGE) ==
HID_UP_BUTTON
&&
in lenovo_input_mapping_cptkbd()
323
if ((usage->hid & HID_USAGE_PAGE) ==
HID_UP_BUTTON
&&
in lenovo_input_mapping_tpIIkbd()
H
A
D
hid-sony.c
622
if ((usage->hid & HID_USAGE_PAGE) !=
HID_UP_BUTTON
)
in ps3remote_mapping()
654
if ((usage->hid & HID_USAGE_PAGE) ==
HID_UP_BUTTON
) {
in navigation_mapping()
702
if ((usage->hid & HID_USAGE_PAGE) ==
HID_UP_BUTTON
) {
in sixaxis_mapping()
972
if ((usage->hid & HID_USAGE_PAGE) !=
HID_UP_BUTTON
)
in sony_mapping()
H
A
D
hid-multitouch.c
729
(usage->hid & HID_USAGE_PAGE) ==
HID_UP_BUTTON
) {
in mt_touch_input_mapping()
735
if ((usage->hid & HID_USAGE_PAGE) ==
HID_UP_BUTTON
)
in mt_touch_input_mapping()
881
case
HID_UP_BUTTON
:
in mt_touch_input_mapping()
H
A
D
hid-lg.c
658
if ((hid & HID_USAGE_PAGE) !=
HID_UP_BUTTON
)
in lg_input_mapping()
H
A
D
hid-input.c
758
case
HID_UP_BUTTON
:
in hidinput_configure_usage()
/kernel/linux/linux-5.10/include/linux/
H
A
D
hid.h
150
#define
HID_UP_BUTTON
0x00090000
macro
/kernel/linux/linux-6.6/include/linux/
H
A
D
hid.h
152
#define
HID_UP_BUTTON
0x00090000
macro
Completed in 31 milliseconds