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_x
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/touchscreen/
H
A
D
htcpen.c
40
static bool
invert_x
;
variable
41
module_param(
invert_x
, bool, 0644);
42
MODULE_PARM_DESC(
invert_x
, "If set, X axis is inverted");
70
if (
invert_x
)
in htcpen_interrupt()
H
A
D
of_touchscreen.c
124
prop->
invert_x
=
in touchscreen_parse_properties()
126
if (prop->
invert_x
) {
in touchscreen_parse_properties()
151
if (prop->
invert_x
)
in touchscreen_apply_prop_to_x_y()
H
A
D
bcm_iproc_tsc.c
142
bool
invert_x
;
member
249
if (priv->cfg_params.
invert_x
)
in iproc_touchscreen_interrupt()
415
priv->cfg_params.
invert_x
=
in iproc_get_tsc_config()
H
A
D
bu21013_ts.c
457
if (!ts->props.
invert_x
&&
in bu21013_probe()
H
A
D
mms114.c
424
props->
invert_x
= true;
in mms114_parse_legacy_bindings()
H
A
D
iqs5xx.c
531
if (prop.
invert_x
)
in iqs5xx_axis_init()
H
A
D
goodix.c
1127
ts->prop.
invert_x
= true;
in goodix_configure_dev()
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H
A
D
htcpen.c
40
static bool
invert_x
;
variable
41
module_param(
invert_x
, bool, 0644);
42
MODULE_PARM_DESC(
invert_x
, "If set, X axis is inverted");
70
if (
invert_x
)
in htcpen_interrupt()
H
A
D
bcm_iproc_tsc.c
135
bool
invert_x
;
member
242
if (priv->cfg_params.
invert_x
)
in iproc_touchscreen_interrupt()
408
priv->cfg_params.
invert_x
=
in iproc_get_tsc_config()
H
A
D
bu21013_ts.c
457
if (!ts->props.
invert_x
&&
in bu21013_probe()
H
A
D
mms114.c
470
props->
invert_x
= true;
in mms114_parse_legacy_bindings()
H
A
D
silead.c
106
if (data->prop.
invert_x
) {
in silead_apply_efi_fw_min_max()
H
A
D
goodix.c
1209
ts->prop.
invert_x
= true;
in goodix_configure_dev()
/kernel/linux/linux-6.6/drivers/input/
H
A
D
touchscreen.c
125
prop->
invert_x
=
in touchscreen_parse_properties()
127
if (prop->
invert_x
) {
in touchscreen_parse_properties()
152
if (prop->
invert_x
)
in touchscreen_apply_prop_to_x_y()
/kernel/linux/linux-5.10/include/linux/input/
H
A
D
touchscreen.h
15
bool
invert_x
;
member
/kernel/linux/linux-6.6/include/linux/input/
H
A
D
touchscreen.h
15
bool
invert_x
;
member
Completed in 14 milliseconds