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:tipswitch
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/hid/tests/
H
A
D
test_tablet.py
144
self.
tipswitch
= False
185
self.
tipswitch
= False
197
self.
tipswitch
= False
202
self.
tipswitch
= True
207
self.
tipswitch
= False
212
self.
tipswitch
= False
643
p.
tipswitch
= True
655
p.
tipswitch
= False
676
if pen.
tipswitch
and self.prev_tip_state:
679
self.prev_tip_state = pen.
tipswitch
[all...]
H
A
D
test_multitouch.py
63
self.
tipswitch
= True
602
t0.
tipswitch
= False
661
t0.
tipswitch
= False
672
t1.
tipswitch
= False
719
t0.
tipswitch
= False
720
t1.
tipswitch
= False
721
t2.
tipswitch
= False
765
t.
tipswitch
= False
855
tipswitch
.
857
when inrange is set but not
tipswitch
[all...]
H
A
D
test_sony.py
153
t0.
tipswitch
= False
201
t0.
tipswitch
= False
210
t1.
tipswitch
= False
H
A
D
test_wacom_generic.py
224
report.
tipswitch
= pressure > 0
896
t0.
tipswitch
= False
/kernel/linux/linux-5.10/drivers/hid/
H
A
D
hid-ntrig.c
56
bool
tipswitch
;
member
594
nd->
tipswitch
= value;
in ntrig_event()
627
nd->
tipswitch
);
in ntrig_event()
629
nd->
tipswitch
);
in ntrig_event()
H
A
D
wacom_wac.h
302
bool
tipswitch
;
member
H
A
D
wacom_wac.c
2383
wacom_wac->hid_data.
tipswitch
|= value;
in wacom_wac_pen_event()
2540
wacom_wac->hid_data.
tipswitch
);
in wacom_wac_pen_report()
2554
wacom_wac->hid_data.
tipswitch
= false;
in wacom_wac_pen_report()
2622
bool touch_down = hid_data->
tipswitch
&& hid_data->confidence;
in wacom_wac_finger_slot()
2693
wacom_wac->hid_data.
tipswitch
= value;
in wacom_wac_finger_event()
/kernel/linux/linux-6.6/drivers/hid/
H
A
D
hid-ntrig.c
56
bool
tipswitch
;
member
594
nd->
tipswitch
= value;
in ntrig_event()
627
nd->
tipswitch
);
in ntrig_event()
629
nd->
tipswitch
);
in ntrig_event()
H
A
D
wacom_wac.h
303
bool
tipswitch
;
member
H
A
D
wacom_wac.c
2405
wacom_wac->hid_data.
tipswitch
|= value;
in wacom_wac_pen_event()
2574
wacom_wac->hid_data.
tipswitch
);
in wacom_wac_pen_report()
2588
wacom_wac->hid_data.
tipswitch
= false;
in wacom_wac_pen_report()
2659
bool touch_down = hid_data->
tipswitch
&& hid_data->confidence;
in wacom_wac_finger_slot()
2744
wacom_wac->hid_data.
tipswitch
= value;
in wacom_wac_finger_event()
Completed in 22 milliseconds