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:inrange_state
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/hid/
H
A
D
hid-multitouch.c
101
bool *
inrange_state
; /* is the finger in proximity of the sensor? */
member
517
usage->
inrange_state
= DEFAULT_FALSE;
in mt_allocate_usage()
762
MT_STORE_FIELD(
inrange_state
);
in mt_touch_input_mapping()
984
bool
inrange_state
= false;
in mt_process_slot()
local
998
valid = *slot->
inrange_state
;
in mt_process_slot()
1024
inrange_state
= *slot->
inrange_state
;
in mt_process_slot()
1026
active = *slot->tip_state ||
inrange_state
;
in mt_process_slot()
H
A
D
wacom_wac.h
300
bool
inrange_state
;
member
H
A
D
wacom_wac.c
2152
* Avoid reporting this event and setting
inrange_state
if this usage
in wacom_wac_pad_event()
2160
wacom_wac->hid_data.
inrange_state
|= value;
in wacom_wac_pad_event()
2252
wacom_wac->hid_data.
inrange_state
= 0;
in wacom_wac_pad_pre_report()
2261
bool active = wacom_wac->hid_data.
inrange_state
!= 0;
in wacom_wac_pad_report()
2374
wacom_wac->hid_data.
inrange_state
= value;
in wacom_wac_pen_event()
2477
if (wacom_wac->hid_data.
inrange_state
)
in wacom_wac_pen_event()
2499
bool range = wacom_wac->hid_data.
inrange_state
;
in wacom_wac_pen_report()
/kernel/linux/linux-6.6/drivers/hid/
H
A
D
hid-multitouch.c
103
bool *
inrange_state
; /* is the finger in proximity of the sensor? */
member
547
usage->
inrange_state
= DEFAULT_FALSE;
in mt_allocate_usage()
792
MT_STORE_FIELD(
inrange_state
);
in mt_touch_input_mapping()
1017
bool
inrange_state
= false;
in mt_process_slot()
local
1031
valid = *slot->
inrange_state
;
in mt_process_slot()
1057
inrange_state
= *slot->
inrange_state
;
in mt_process_slot()
1059
active = *slot->tip_state ||
inrange_state
;
in mt_process_slot()
H
A
D
wacom_wac.h
301
bool
inrange_state
;
member
H
A
D
wacom_wac.c
2153
* Avoid reporting this event and setting
inrange_state
if this usage
in wacom_wac_pad_event()
2161
wacom_wac->hid_data.
inrange_state
|= value;
in wacom_wac_pad_event()
2253
wacom_wac->hid_data.
inrange_state
= 0;
in wacom_wac_pad_pre_report()
2262
bool active = wacom_wac->hid_data.
inrange_state
!= 0;
in wacom_wac_pad_report()
2396
wacom_wac->hid_data.
inrange_state
= value;
in wacom_wac_pen_event()
2507
if (wacom_wac->hid_data.
inrange_state
)
in wacom_wac_pen_event()
2529
bool range = wacom_wac->hid_data.
inrange_state
;
in wacom_wac_pen_report()
Completed in 24 milliseconds