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_report
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/hid/
H
A
D
hid-logitech-hidpp.c
2464
struct hidpp_touchpad_raw_xy_finger *
touch_report
)
in wtp_touch_event()
2469
if (!
touch_report
->finger_id ||
touch_report
->contact_type)
in wtp_touch_event()
2473
slot = input_mt_get_slot_by_key(hidpp->input,
touch_report
->finger_id);
in wtp_touch_event()
2477
touch_report
->contact_status);
in wtp_touch_event()
2478
if (
touch_report
->contact_status) {
in wtp_touch_event()
2480
touch_report
->x);
in wtp_touch_event()
2482
wd->flip_y ? wd->y_size -
touch_report
->y :
in wtp_touch_event()
2483
touch_report
->y);
in wtp_touch_event()
2485
touch_report
in wtp_touch_event()
2463
wtp_touch_event(struct hidpp_device *hidpp, struct hidpp_touchpad_raw_xy_finger *
touch_report
)
wtp_touch_event()
argument
[all...]
/kernel/linux/linux-6.6/drivers/hid/
H
A
D
hid-logitech-hidpp.c
2975
struct hidpp_touchpad_raw_xy_finger *
touch_report
)
in wtp_touch_event()
2980
if (!
touch_report
->finger_id ||
touch_report
->contact_type)
in wtp_touch_event()
2984
slot = input_mt_get_slot_by_key(hidpp->input,
touch_report
->finger_id);
in wtp_touch_event()
2988
touch_report
->contact_status);
in wtp_touch_event()
2989
if (
touch_report
->contact_status) {
in wtp_touch_event()
2991
touch_report
->x);
in wtp_touch_event()
2993
wd->flip_y ? wd->y_size -
touch_report
->y :
in wtp_touch_event()
2994
touch_report
->y);
in wtp_touch_event()
2996
touch_report
in wtp_touch_event()
2974
wtp_touch_event(struct hidpp_device *hidpp, struct hidpp_touchpad_raw_xy_finger *
touch_report
)
wtp_touch_event()
argument
[all...]
H
A
D
hid-playstation.c
2283
struct dualshock4_touch_report *
touch_report
= &touch_reports[i];
in dualshock4_parse_report()
local
2285
for (j = 0; j < ARRAY_SIZE(
touch_report
->points); j++) {
in dualshock4_parse_report()
2286
struct dualshock4_touch_point *point = &
touch_report
->points[j];
in dualshock4_parse_report()
Completed in 14 milliseconds