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:hotkey_poll_freq
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/platform/x86/
H
A
D
thinkpad_acpi.c
1990
static unsigned int
hotkey_poll_freq
= 10; /* Hz */
variable
2590
poll_freq =
hotkey_poll_freq
;
in hotkey_kthread()
2618
poll_freq =
hotkey_poll_freq
;
in hotkey_kthread()
2652
if (
hotkey_poll_freq
> 0 &&
in hotkey_poll_setup()
2666
hotkey_poll_freq
== 0) {
in hotkey_poll_setup()
2686
hotkey_poll_freq
= freq;
in hotkey_poll_set_freq()
2907
/* sysfs hotkey
hotkey_poll_freq
--------------------------------------- */
2912
return snprintf(buf, PAGE_SIZE, "%d\n",
hotkey_poll_freq
);
in hotkey_poll_freq_show()
2932
tpacpi_disclose_usertask("
hotkey_poll_freq
", "set to %lu\n", t);
in hotkey_poll_freq_store()
2937
static DEVICE_ATTR_RW(
hotkey_poll_freq
);
[all...]
/kernel/linux/linux-6.6/drivers/platform/x86/
H
A
D
thinkpad_acpi.c
1866
static unsigned int
hotkey_poll_freq
= 10; /* Hz */
variable
2464
poll_freq =
hotkey_poll_freq
;
in hotkey_kthread()
2492
poll_freq =
hotkey_poll_freq
;
in hotkey_kthread()
2528
if (
hotkey_poll_freq
> 0 &&
in hotkey_poll_setup()
2542
hotkey_poll_freq
== 0) {
in hotkey_poll_setup()
2563
hotkey_poll_freq
= freq;
in hotkey_poll_set_freq()
2784
/* sysfs hotkey
hotkey_poll_freq
--------------------------------------- */
2789
return sysfs_emit(buf, "%d\n",
hotkey_poll_freq
);
in hotkey_poll_freq_show()
2809
tpacpi_disclose_usertask("
hotkey_poll_freq
", "set to %lu\n", t);
in hotkey_poll_freq_store()
2814
static DEVICE_ATTR_RW(
hotkey_poll_freq
);
[all...]
Completed in 17 milliseconds