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:num_keycodes
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H
A
D
msg2638.c
79
int
num_keycodes
;
member
101
for (i = 0; i < msg2638->
num_keycodes
; ++i)
in msg2138_report_keys()
324
if (msg2638->
num_keycodes
) {
in msg2638_init_input_dev()
326
input_dev->keycodemax = msg2638->
num_keycodes
;
in msg2638_init_input_dev()
328
for (i = 0; i < msg2638->
num_keycodes
; i++)
in msg2638_init_input_dev()
401
msg2638->
num_keycodes
= device_property_count_u32(dev,
in msg2638_ts_probe()
403
if (msg2638->
num_keycodes
== -EINVAL) {
in msg2638_ts_probe()
404
msg2638->
num_keycodes
= 0;
in msg2638_ts_probe()
405
} else if (msg2638->
num_keycodes
< 0) {
in msg2638_ts_probe()
407
msg2638->
num_keycodes
);
in msg2638_ts_probe()
[all...]
H
A
D
mms114.c
74
int
num_keycodes
;
member
202
if (touch->id > data->
num_keycodes
) {
in mms114_process_touchkey()
509
data->
num_keycodes
= device_property_count_u32(&client->dev,
in mms114_probe()
511
if (data->
num_keycodes
== -EINVAL) {
in mms114_probe()
512
data->
num_keycodes
= 0;
in mms114_probe()
513
} else if (data->
num_keycodes
< 0) {
in mms114_probe()
516
data->
num_keycodes
);
in mms114_probe()
517
return data->
num_keycodes
;
in mms114_probe()
518
} else if (data->
num_keycodes
> MMS114_MAX_TOUCHKEYS) {
in mms114_probe()
521
data->
num_keycodes
, MMS114_MAX_TOUCHKEY
in mms114_probe()
[all...]
/kernel/linux/linux-6.6/drivers/input/keyboard/
H
A
D
tm2-touchkey.c
53
int
num_keycodes
;
member
152
if (index < 0 || index >= touchkey->
num_keycodes
) {
in tm2_touchkey_irq_handler()
161
for (i = 0; i < touchkey->
num_keycodes
; i++)
in tm2_touchkey_irq_handler()
219
touchkey->
num_keycodes
= of_property_read_variable_u32_array(np,
in tm2_touchkey_probe()
222
if (touchkey->
num_keycodes
<= 0) {
in tm2_touchkey_probe()
226
touchkey->
num_keycodes
= 2;
in tm2_touchkey_probe()
254
touchkey->input_dev->keycodemax = touchkey->
num_keycodes
;
in tm2_touchkey_probe()
258
for (i = 0; i < touchkey->
num_keycodes
; i++)
in tm2_touchkey_probe()
/kernel/linux/linux-5.10/drivers/input/keyboard/
H
A
D
tm2-touchkey.c
54
int
num_keycodes
;
member
153
if (index < 0 || index >= touchkey->
num_keycodes
) {
in tm2_touchkey_irq_handler()
160
for (i = 0; i < touchkey->
num_keycodes
; i++)
in tm2_touchkey_irq_handler()
218
touchkey->
num_keycodes
= of_property_read_variable_u32_array(np,
in tm2_touchkey_probe()
221
if (touchkey->
num_keycodes
<= 0) {
in tm2_touchkey_probe()
225
touchkey->
num_keycodes
= 2;
in tm2_touchkey_probe()
252
for (i = 0; i < touchkey->
num_keycodes
; i++)
in tm2_touchkey_probe()
Completed in 7 milliseconds