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:touch_num
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H
A
D
goodix.c
254
int
touch_num
;
in goodix_ts_read_input_report()
local
259
* ts->contact_size * max(1,
touch_num
) bytes of coordinates
in goodix_ts_read_input_report()
277
touch_num
= data[0] & 0x0f;
in goodix_ts_read_input_report()
278
if (
touch_num
> ts->max_touch_num)
in goodix_ts_read_input_report()
281
if (
touch_num
> 1) {
in goodix_ts_read_input_report()
287
(
touch_num
- 1));
in goodix_ts_read_input_report()
292
return
touch_num
;
in goodix_ts_read_input_report()
442
int
touch_num
;
in goodix_ts_report_key()
local
447
touch_num
= data[0] & 0x0f;
in goodix_ts_report_key()
448
key_value = data[1 + ts->contact_size *
touch_num
];
in goodix_ts_report_key()
469
int
touch_num
;
goodix_process_events()
local
[all...]
/kernel/linux/linux-5.10/drivers/input/touchscreen/
H
A
D
goodix.c
302
int
touch_num
;
in goodix_ts_read_input_report()
local
307
* ts->contact_size * max(1,
touch_num
) bytes of coordinates
in goodix_ts_read_input_report()
328
touch_num
= data[0] & 0x0f;
in goodix_ts_read_input_report()
329
if (
touch_num
> ts->max_touch_num)
in goodix_ts_read_input_report()
332
if (
touch_num
> 1) {
in goodix_ts_read_input_report()
338
(
touch_num
- 1));
in goodix_ts_read_input_report()
343
return
touch_num
;
in goodix_ts_read_input_report()
388
int
touch_num
;
in goodix_ts_report_key()
local
393
touch_num
= data[0] & 0x0f;
in goodix_ts_report_key()
394
key_value = data[1 + ts->contact_size *
touch_num
];
in goodix_ts_report_key()
416
int
touch_num
;
goodix_process_events()
local
[all...]
/kernel/linux/linux-5.10/drivers/input/mouse/
H
A
D
cyapa_gen5.c
2750
unsigned int
touch_num
;
in cyapa_pip_report_touches()
local
2753
touch_num
= report_data->report_head[PIP_NUMBER_OF_TOUCH_OFFSET] &
in cyapa_pip_report_touches()
2756
for (i = 0; i <
touch_num
; i++)
in cyapa_pip_report_touches()
/kernel/linux/linux-6.6/drivers/input/mouse/
H
A
D
cyapa_gen5.c
2751
unsigned int
touch_num
;
in cyapa_pip_report_touches()
local
2754
touch_num
= report_data->report_head[PIP_NUMBER_OF_TOUCH_OFFSET] &
in cyapa_pip_report_touches()
2757
for (i = 0; i <
touch_num
; i++)
in cyapa_pip_report_touches()
Completed in 11 milliseconds