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:hw_blocked
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/platform/x86/
H
A
D
ideapad-laptop.c
582
unsigned long
hw_blocked
= 0;
in ideapad_sync_rfk_state()
local
586
if (read_ec_data(priv->adev->handle, VPCCMD_R_RF, &
hw_blocked
))
in ideapad_sync_rfk_state()
588
hw_blocked
= !
hw_blocked
;
in ideapad_sync_rfk_state()
593
rfkill_set_hw_state(priv->rfk[i],
hw_blocked
);
in ideapad_sync_rfk_state()
H
A
D
compal-laptop.c
358
bool
hw_blocked
= !(result & WIRELESS_KILLSWITCH);
in compal_rfkill_poll()
local
359
rfkill_set_hw_state(rfkill,
hw_blocked
);
in compal_rfkill_poll()
H
A
D
thinkpad_acpi.c
1200
int
hw_blocked
;
in tpacpi_rfk_check_hwblock_state()
local
1206
hw_blocked
= (res == TPACPI_RFK_RADIO_OFF);
in tpacpi_rfk_check_hwblock_state()
1207
tpacpi_rfk_update_hwblock_state(
hw_blocked
);
in tpacpi_rfk_check_hwblock_state()
1209
return
hw_blocked
;
in tpacpi_rfk_check_hwblock_state()
/kernel/linux/linux-6.6/drivers/platform/x86/
H
A
D
ideapad-laptop.c
987
unsigned long
hw_blocked
= 0;
in ideapad_sync_rfk_state()
local
991
if (read_ec_data(priv->adev->handle, VPCCMD_R_RF, &
hw_blocked
))
in ideapad_sync_rfk_state()
993
hw_blocked
= !
hw_blocked
;
in ideapad_sync_rfk_state()
998
rfkill_set_hw_state(priv->rfk[i],
hw_blocked
);
in ideapad_sync_rfk_state()
H
A
D
compal-laptop.c
356
bool
hw_blocked
= !(result & WIRELESS_KILLSWITCH);
in compal_rfkill_poll()
local
357
rfkill_set_hw_state(rfkill,
hw_blocked
);
in compal_rfkill_poll()
H
A
D
thinkpad_acpi.c
1126
int
hw_blocked
;
in tpacpi_rfk_check_hwblock_state()
local
1132
hw_blocked
= (res == TPACPI_RFK_RADIO_OFF);
in tpacpi_rfk_check_hwblock_state()
1133
tpacpi_rfk_update_hwblock_state(
hw_blocked
);
in tpacpi_rfk_check_hwblock_state()
1135
return
hw_blocked
;
in tpacpi_rfk_check_hwblock_state()
Completed in 32 milliseconds