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:invert_y
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/touchscreen/
H
A
D
htcpen.c
43
static bool
invert_y
;
variable
44
module_param(
invert_y
, bool, 0644);
45
MODULE_PARM_DESC(
invert_y
, "If set, Y axis is inverted");
72
if (
invert_y
)
in htcpen_interrupt()
H
A
D
of_touchscreen.c
132
prop->
invert_y
=
in touchscreen_parse_properties()
134
if (prop->
invert_y
) {
in touchscreen_parse_properties()
154
if (prop->
invert_y
)
in touchscreen_apply_prop_to_x_y()
H
A
D
bcm_iproc_tsc.c
143
bool
invert_y
;
member
252
if (priv->cfg_params.
invert_y
)
in iproc_touchscreen_interrupt()
417
priv->cfg_params.
invert_y
=
in iproc_get_tsc_config()
H
A
D
bu21013_ts.c
464
if (!ts->props.
invert_y
&&
in bu21013_probe()
H
A
D
mms114.c
426
props->
invert_y
= true;
in mms114_parse_legacy_bindings()
H
A
D
iqs5xx.c
534
if (prop.
invert_y
)
in iqs5xx_axis_init()
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H
A
D
htcpen.c
43
static bool
invert_y
;
variable
44
module_param(
invert_y
, bool, 0644);
45
MODULE_PARM_DESC(
invert_y
, "If set, Y axis is inverted");
72
if (
invert_y
)
in htcpen_interrupt()
H
A
D
bcm_iproc_tsc.c
136
bool
invert_y
;
member
245
if (priv->cfg_params.
invert_y
)
in iproc_touchscreen_interrupt()
410
priv->cfg_params.
invert_y
=
in iproc_get_tsc_config()
H
A
D
bu21013_ts.c
464
if (!ts->props.
invert_y
&&
in bu21013_probe()
H
A
D
mms114.c
472
props->
invert_y
= true;
in mms114_parse_legacy_bindings()
H
A
D
silead.c
111
if (data->prop.
invert_y
) {
in silead_apply_efi_fw_min_max()
/kernel/linux/linux-6.6/drivers/input/
H
A
D
touchscreen.c
133
prop->
invert_y
=
in touchscreen_parse_properties()
135
if (prop->
invert_y
) {
in touchscreen_parse_properties()
155
if (prop->
invert_y
)
in touchscreen_apply_prop_to_x_y()
/kernel/linux/linux-5.10/include/linux/input/
H
A
D
touchscreen.h
16
bool
invert_y
;
member
/kernel/linux/linux-6.6/include/linux/input/
H
A
D
touchscreen.h
16
bool
invert_y
;
member
Completed in 10 milliseconds