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:ABS_Y
(Results
1 - 7
of
7
) sorted by relevance
/device/qemu/riscv32_virt/liteos_m/board/ui/
H
A
D
input_dev.cpp
71
else if (pkgs[i]->code ==
ABS_Y
)
in ReportEventPkgCallback()
/device/qemu/drivers/virtio/
H
A
D
virtinput.c
134
} else if (ev->code ==
ABS_Y
) {
in VirtinWorkCallback()
/device/soc/rockchip/common/sdk_linux/drivers/hid/
H
A
D
hid-input.c
210
case
ABS_Y
:
in hidinput_calc_abs_res()
1645
* to be mapped to
ABS_Y
in hidinput_configure_usage()
1672
if ((device->quirks & HID_QUIRK_BADPAD) && (usage->code == ABS_X || usage->code ==
ABS_Y
)) {
in hidinput_configure_usage()
1778
((*quirks & HID_QUIRK_Y_INVERT) && usage->code ==
ABS_Y
))) {
in hidinput_hid_event()
/device/soc/rockchip/common/sdk_linux/include/dt-bindings/input/
H
A
D
rk-input.h
654
#define
ABS_Y
0x01
macro
/device/soc/rockchip/rk3588/kernel/include/dt-bindings/input/
H
A
D
rk-input.h
650
#define
ABS_Y
0x01
macro
/device/soc/rockchip/common/vendor/drivers/devfreq/
H
A
D
rockchip_dmc.c
2859
.absbit = {[BIT_WORD(ABS_X)] = BIT_MASK(ABS_X) | BIT_MASK(
ABS_Y
)},
/device/soc/rockchip/rk3588/kernel/drivers/devfreq/
H
A
D
rockchip_dmc.c
3023
BIT_MASK(ABS_X) | BIT_MASK(
ABS_Y
) },
Completed in 18 milliseconds