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:autorepeat
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/platform/x86/
H
A
D
surface3_button.c
59
bool
autorepeat
;
member
90
bool
autorepeat
)
in surface3_button_device_create()
110
if (info->
autorepeat
!=
autorepeat
)
in surface3_button_device_create()
134
gpio_keys_pdata->rep =
autorepeat
;
in surface3_button_device_create()
88
surface3_button_device_create(struct i2c_client *client, const struct surface3_button_info *button_info, bool
autorepeat
)
surface3_button_device_create()
argument
/kernel/linux/linux-5.10/drivers/input/misc/
H
A
D
soc_button_array.c
30
bool
autorepeat
;
member
155
bool
autorepeat
)
in soc_button_device_create()
167
if (info->
autorepeat
==
autorepeat
)
in soc_button_device_create()
185
if (info->
autorepeat
!=
autorepeat
)
in soc_button_device_create()
208
if (!
autorepeat
&& (use_low_level_irq ||
in soc_button_device_create()
234
gpio_keys_pdata->rep =
autorepeat
;
in soc_button_device_create()
318
info->
autorepeat
= true;
in soc_button_parse_btn_desc()
322
info->
autorepeat
in soc_button_parse_btn_desc()
153
soc_button_device_create(struct platform_device *pdev, const struct soc_button_info *button_info, bool
autorepeat
)
soc_button_device_create()
argument
[all...]
/kernel/linux/linux-6.6/drivers/input/misc/
H
A
D
soc_button_array.c
30
bool
autorepeat
;
member
155
bool
autorepeat
)
in soc_button_device_create()
167
if (info->
autorepeat
==
autorepeat
)
in soc_button_device_create()
185
if (info->
autorepeat
!=
autorepeat
)
in soc_button_device_create()
208
if (!
autorepeat
&& (use_low_level_irq ||
in soc_button_device_create()
234
gpio_keys_pdata->rep =
autorepeat
;
in soc_button_device_create()
318
info->
autorepeat
= true;
in soc_button_parse_btn_desc()
322
info->
autorepeat
in soc_button_parse_btn_desc()
153
soc_button_device_create(struct platform_device *pdev, const struct soc_button_info *button_info, bool
autorepeat
)
soc_button_device_create()
argument
[all...]
/kernel/linux/linux-5.10/drivers/input/keyboard/
H
A
D
twl4030_keypad.c
50
bool
autorepeat
;
member
270
/* Enable controller, with hardware decoding but not
autorepeat
*/
in twl4030_kp_program()
361
kp->
autorepeat
= pdata->rep;
in twl4030_kp_probe()
369
kp->
autorepeat
= true;
in twl4030_kp_probe()
393
if (kp->
autorepeat
)
in twl4030_kp_probe()
/kernel/linux/linux-6.6/drivers/input/keyboard/
H
A
D
twl4030_keypad.c
50
bool
autorepeat
;
member
270
/* Enable controller, with hardware decoding but not
autorepeat
*/
in twl4030_kp_program()
361
kp->
autorepeat
= pdata->rep;
in twl4030_kp_probe()
369
kp->
autorepeat
= true;
in twl4030_kp_probe()
393
if (kp->
autorepeat
)
in twl4030_kp_probe()
Completed in 4 milliseconds