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:mtclass
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/hid/
H
A
D
hid-multitouch.c
161
struct mt_class
mtclass
; /* our mt device class */
member
410
return sprintf(buf, "%u\n", td->
mtclass
.quirks);
in mt_show_quirks()
426
td->
mtclass
.quirks = val;
in mt_set_quirks()
493
if (td->
mtclass
.maxcontacts)
in mt_feature_mapping()
495
td->maxcontacts = td->
mtclass
.maxcontacts;
in mt_feature_mapping()
582
mt_application->quirks = td->
mtclass
.quirks;
in mt_allocate_application()
598
if (!(td->
mtclass
.quirks & MT_QUIRK_SEPARATE_APP_REPORT) ||
in mt_find_application()
721
struct mt_class *cls = &td->
mtclass
;
in mt_touch_input_mapping()
1300
struct mt_class *cls = &td->
mtclass
;
in mt_touch_input_configured()
1359
* If
mtclass
in mt_input_mapping()
1728
const struct mt_class *
mtclass
= mt_classes; /* MT_CLS_DEFAULT */
mt_probe()
local
[all...]
/kernel/linux/linux-5.10/drivers/hid/
H
A
D
hid-multitouch.c
159
struct mt_class
mtclass
; /* our mt device class */
member
380
return sprintf(buf, "%u\n", td->
mtclass
.quirks);
in mt_show_quirks()
396
td->
mtclass
.quirks = val;
in mt_set_quirks()
463
if (td->
mtclass
.maxcontacts)
in mt_feature_mapping()
465
td->maxcontacts = td->
mtclass
.maxcontacts;
in mt_feature_mapping()
552
mt_application->quirks = td->
mtclass
.quirks;
in mt_allocate_application()
568
if (!(td->
mtclass
.quirks & MT_QUIRK_SEPARATE_APP_REPORT) ||
in mt_find_application()
691
struct mt_class *cls = &td->
mtclass
;
in mt_touch_input_mapping()
1247
struct mt_class *cls = &td->
mtclass
;
in mt_touch_input_configured()
1306
* If
mtclass
in mt_input_mapping()
1678
const struct mt_class *
mtclass
= mt_classes; /* MT_CLS_DEFAULT */
mt_probe()
local
[all...]
Completed in 5 milliseconds