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:finger_count
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/touchscreen/
H
A
D
rohm_bu21023.c
264
int
finger_count
;
member
533
int
finger_count
= -1;
in rohm_ts_soft_irq()
local
534
int prev_finger_count = ts->
finger_count
;
in rohm_ts_soft_irq()
571
finger_count
= 0;
in rohm_ts_soft_irq()
577
finger_count
= 1;
in rohm_ts_soft_irq()
579
if (
finger_count
== 1) {
in rohm_ts_soft_irq()
592
finger_count
= 2;
in rohm_ts_soft_irq()
601
if (
finger_count
>= 0) {
in rohm_ts_soft_irq()
602
if (prev_finger_count !=
finger_count
) {
in rohm_ts_soft_irq()
603
count = ts->contact_count[
finger_count
];
in rohm_ts_soft_irq()
[all...]
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H
A
D
rohm_bu21023.c
264
int
finger_count
;
member
533
int
finger_count
= -1;
in rohm_ts_soft_irq()
local
534
int prev_finger_count = ts->
finger_count
;
in rohm_ts_soft_irq()
571
finger_count
= 0;
in rohm_ts_soft_irq()
577
finger_count
= 1;
in rohm_ts_soft_irq()
579
if (
finger_count
== 1) {
in rohm_ts_soft_irq()
592
finger_count
= 2;
in rohm_ts_soft_irq()
601
if (
finger_count
>= 0) {
in rohm_ts_soft_irq()
602
if (prev_finger_count !=
finger_count
) {
in rohm_ts_soft_irq()
603
count = ts->contact_count[
finger_count
];
in rohm_ts_soft_irq()
[all...]
H
A
D
imagis.c
83
unsigned int
finger_count
, finger_pressed;
in imagis_interrupt()
local
95
finger_count
= (intr_message & IST3038C_FINGER_COUNT_MASK) >>
in imagis_interrupt()
97
if (
finger_count
> IST3038C_MAX_FINGER_NUM) {
in imagis_interrupt()
100
finger_count
);
in imagis_interrupt()
106
for (i = 0; i <
finger_count
; i++) {
in imagis_interrupt()
/kernel/linux/linux-5.10/drivers/input/mouse/
H
A
D
cypress_ps2.c
420
int
finger_count
;
in cypress_get_finger_count()
local
423
finger_count
= bits6_7 & 0x03;
in cypress_get_finger_count()
425
if (
finger_count
== 1)
in cypress_get_finger_count()
430
switch (
finger_count
) {
in cypress_get_finger_count()
439
return
finger_count
;
in cypress_get_finger_count()
/kernel/linux/linux-6.6/drivers/input/mouse/
H
A
D
cypress_ps2.c
420
int
finger_count
;
in cypress_get_finger_count()
local
423
finger_count
= bits6_7 & 0x03;
in cypress_get_finger_count()
425
if (
finger_count
== 1)
in cypress_get_finger_count()
430
switch (
finger_count
) {
in cypress_get_finger_count()
439
return
finger_count
;
in cypress_get_finger_count()
/kernel/linux/linux-5.10/drivers/hid/
H
A
D
hid-logitech-hidpp.c
1777
u8
finger_count
;
member
1855
raw_xy->
finger_count
= data[15] & 0x0f;
in hidpp_touchpad_raw_xy_event()
1858
if (raw_xy->
finger_count
) {
in hidpp_touchpad_raw_xy_event()
2419
u8
finger_count
;
member
2501
if (raw->end_of_frame || raw->
finger_count
<= 2) {
in wtp_send_raw_xy_event()
2535
.
finger_count
= wd->maxcontacts,
in wtp_mouse_raw_xy_event()
/kernel/linux/linux-6.6/drivers/hid/
H
A
D
hid-logitech-hidpp.c
2282
u8
finger_count
;
member
2360
raw_xy->
finger_count
= data[15] & 0x0f;
in hidpp_touchpad_raw_xy_event()
2363
if (raw_xy->
finger_count
) {
in hidpp_touchpad_raw_xy_event()
2930
u8
finger_count
;
member
3012
if (raw->end_of_frame || raw->
finger_count
<= 2) {
in wtp_send_raw_xy_event()
3046
.
finger_count
= wd->maxcontacts,
in wtp_mouse_raw_xy_event()
Completed in 17 milliseconds