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:pendown
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/touchscreen/
H
A
D
ts4800-ts.c
44
bool
pendown
;
member
53
ts->
pendown
= false;
in ts4800_ts_open()
81
bool
pendown
= last_x & PENDOWN_MASK;
in ts4800_ts_poll()
local
83
if (
pendown
) {
in ts4800_ts_poll()
89
if (!ts->
pendown
) {
in ts4800_ts_poll()
91
ts->
pendown
= true;
in ts4800_ts_poll()
100
} else if (ts->
pendown
) {
in ts4800_ts_poll()
101
ts->
pendown
= false;
in ts4800_ts_poll()
H
A
D
tps6507x-ts.c
47
bool
pendown
;
member
153
bool
pendown
;
in tps6507x_ts_poll()
local
161
pendown
= tsc->tc.pressure > tsc->min_pressure;
in tps6507x_ts_poll()
163
if (unlikely(!
pendown
&& tsc->
pendown
)) {
in tps6507x_ts_poll()
168
tsc->
pendown
= false;
in tps6507x_ts_poll()
171
if (
pendown
) {
in tps6507x_ts_poll()
173
if (!tsc->
pendown
) {
in tps6507x_ts_poll()
193
tsc->
pendown
= true;
in tps6507x_ts_poll()
H
A
D
ads7846.c
125
bool
pendown
;
member
236
ts->
pendown
= false;
in ads7846_report_pen_up()
257
if (ts->
pendown
&& !get_pendown_state(ts))
in ads7846_restart()
604
return sprintf(buf, "%u\n", ts->
pendown
);
in ads7846_pen_down_show()
882
* Maybe check the
pendown
state before reporting. This discards
in ads7846_report_state()
903
if (!ts->
pendown
) {
in ads7846_report_state()
905
ts->
pendown
= true;
in ads7846_report_state()
929
/* Start with a small delay before checking
pendown
state */
in ads7846_irq()
944
if (ts->
pendown
&& !ts->stopped)
in ads7846_irq()
1005
* the
pendown
stat
in ads7846_setup_pendown()
[all...]
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H
A
D
ts4800-ts.c
44
bool
pendown
;
member
53
ts->
pendown
= false;
in ts4800_ts_open()
81
bool
pendown
= last_x & PENDOWN_MASK;
in ts4800_ts_poll()
local
83
if (
pendown
) {
in ts4800_ts_poll()
89
if (!ts->
pendown
) {
in ts4800_ts_poll()
91
ts->
pendown
= true;
in ts4800_ts_poll()
100
} else if (ts->
pendown
) {
in ts4800_ts_poll()
101
ts->
pendown
= false;
in ts4800_ts_poll()
H
A
D
tps6507x-ts.c
47
bool
pendown
;
member
151
bool
pendown
;
in tps6507x_ts_poll()
local
159
pendown
= tsc->tc.pressure > tsc->min_pressure;
in tps6507x_ts_poll()
161
if (unlikely(!
pendown
&& tsc->
pendown
)) {
in tps6507x_ts_poll()
166
tsc->
pendown
= false;
in tps6507x_ts_poll()
169
if (
pendown
) {
in tps6507x_ts_poll()
171
if (!tsc->
pendown
) {
in tps6507x_ts_poll()
191
tsc->
pendown
= true;
in tps6507x_ts_poll()
H
A
D
ads7846.c
118
bool
pendown
;
member
234
ts->
pendown
= false;
in ads7846_report_pen_up()
255
if (ts->
pendown
&& !get_pendown_state(ts))
in ads7846_restart()
593
return sprintf(buf, "%u\n", ts->
pendown
);
in ads7846_pen_down_show()
871
* Maybe check the
pendown
state before reporting. This discards
in ads7846_report_state()
892
if (!ts->
pendown
) {
in ads7846_report_state()
894
ts->
pendown
= true;
in ads7846_report_state()
918
/* Start with a small delay before checking
pendown
state */
in ads7846_irq()
933
if (ts->
pendown
&& !ts->stopped)
in ads7846_irq()
992
* the
pendown
stat
in ads7846_setup_pendown()
[all...]
Completed in 7 milliseconds