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:hat_dir
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/hid/
H
A
D
hid-input.c
705
case HID_GD_UP: usage->
hat_dir
= 1; break;
in hidinput_configure_usage()
706
case HID_GD_DOWN: usage->
hat_dir
= 5; break;
in hidinput_configure_usage()
707
case HID_GD_RIGHT: usage->
hat_dir
= 3; break;
in hidinput_configure_usage()
708
case HID_GD_LEFT: usage->
hat_dir
= 7; break;
in hidinput_configure_usage()
1224
(usage->hat_min < usage->hat_max || usage->
hat_dir
)) {
in hidinput_configure_usage()
1230
if (usage->
hat_dir
&& !field->dpad)
in hidinput_configure_usage()
1312
if (usage->hat_min < usage->hat_max || usage->
hat_dir
) {
in hidinput_hid_event()
1313
int
hat_dir
= usage->
hat_dir
;
in hidinput_hid_event()
local
1314
if (!
hat_dir
)
in hidinput_hid_event()
[all...]
/kernel/linux/linux-6.6/drivers/hid/
H
A
D
hid-input.c
861
case HID_GD_UP: usage->
hat_dir
= 1; break;
in hidinput_configure_usage()
862
case HID_GD_DOWN: usage->
hat_dir
= 5; break;
in hidinput_configure_usage()
863
case HID_GD_RIGHT: usage->
hat_dir
= 3; break;
in hidinput_configure_usage()
864
case HID_GD_LEFT: usage->
hat_dir
= 7; break;
in hidinput_configure_usage()
1431
(usage->hat_min < usage->hat_max || usage->
hat_dir
)) {
in hidinput_configure_usage()
1437
if (usage->
hat_dir
&& !field->dpad)
in hidinput_configure_usage()
1546
if (usage->hat_min < usage->hat_max || usage->
hat_dir
) {
in hidinput_hid_event()
1547
int
hat_dir
= usage->
hat_dir
;
in hidinput_hid_event()
local
1548
if (!
hat_dir
)
in hidinput_hid_event()
[all...]
/kernel/linux/linux-5.10/include/linux/
H
A
D
hid.h
447
__s8
hat_dir
; /* ditto */
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
hid.h
479
__s8
hat_dir
; /* ditto */
member
Completed in 10 milliseconds