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_user_mask
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/platform/x86/
H
A
D
thinkpad_acpi.c
2023
static u32
hotkey_user_mask
; /* events visible to userspace */
variable
2187
* from
hotkey_user_mask
that are unavailable to be
2207
hotkey_user_mask
&= (hotkey_acpi_mask | hotkey_source_mask);
in hotkey_mask_get()
2228
* NOTE: does not set bits in
hotkey_user_mask
, but may reset them.
2252
* refresh hotkey_acpi_mask and update
hotkey_user_mask
in hotkey_mask_set()
2269
* Sets
hotkey_user_mask
and tries to set the firmware mask
2289
* this syncs everything but won't enable bits in
hotkey_user_mask
*/
in hotkey_user_mask_set()
2292
/* Enable the available bits in
hotkey_user_mask
*/
in hotkey_user_mask_set()
2293
hotkey_user_mask
= mask & (hotkey_acpi_mask | hotkey_source_mask);
in hotkey_user_mask_set()
2387
if (
hotkey_user_mask
in tpacpi_input_send_key_masked()
[all...]
/kernel/linux/linux-6.6/drivers/platform/x86/
H
A
D
thinkpad_acpi.c
1899
static u32
hotkey_user_mask
; /* events visible to userspace */
variable
2061
* from
hotkey_user_mask
that are unavailable to be
2081
hotkey_user_mask
&= (hotkey_acpi_mask | hotkey_source_mask);
in hotkey_mask_get()
2102
* NOTE: does not set bits in
hotkey_user_mask
, but may reset them.
2126
* refresh hotkey_acpi_mask and update
hotkey_user_mask
in hotkey_mask_set()
2143
* Sets
hotkey_user_mask
and tries to set the firmware mask
2163
* this syncs everything but won't enable bits in
hotkey_user_mask
*/
in hotkey_user_mask_set()
2166
/* Enable the available bits in
hotkey_user_mask
*/
in hotkey_user_mask_set()
2167
hotkey_user_mask
= mask & (hotkey_acpi_mask | hotkey_source_mask);
in hotkey_user_mask_set()
2261
if (
hotkey_user_mask
in tpacpi_input_send_key_masked()
[all...]
Completed in 16 milliseconds