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:radio_state
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/
H
A
D
core.c
1707
bool
radio_state
;
in rtl_op_rfkill_poll()
local
1717
radio_state
= rtlpriv->cfg->ops->radio_onoff_checking(hw, &valid);
in rtl_op_rfkill_poll()
1720
if (unlikely(
radio_state
!= rtlpriv->rfkill.rfkill_state)) {
in rtl_op_rfkill_poll()
1721
rtlpriv->rfkill.rfkill_state =
radio_state
;
in rtl_op_rfkill_poll()
1725
radio_state
? "on" : "off");
in rtl_op_rfkill_poll()
H
A
D
base.c
495
bool
radio_state
;
in rtl_init_rfkill()
local
503
radio_state
= rtlpriv->cfg->ops->radio_onoff_checking(hw, &valid);
in rtl_init_rfkill()
509
rtlpriv->rfkill.rfkill_state =
radio_state
;
in rtl_init_rfkill()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/
H
A
D
core.c
1727
bool
radio_state
;
in rtl_op_rfkill_poll()
local
1737
radio_state
= rtlpriv->cfg->ops->radio_onoff_checking(hw, &valid);
in rtl_op_rfkill_poll()
1740
if (unlikely(
radio_state
!= rtlpriv->rfkill.rfkill_state)) {
in rtl_op_rfkill_poll()
1741
rtlpriv->rfkill.rfkill_state =
radio_state
;
in rtl_op_rfkill_poll()
1745
radio_state
? "on" : "off");
in rtl_op_rfkill_poll()
H
A
D
base.c
494
bool
radio_state
;
in rtl_init_rfkill()
local
502
radio_state
= rtlpriv->cfg->ops->radio_onoff_checking(hw, &valid);
in rtl_init_rfkill()
508
rtlpriv->rfkill.rfkill_state =
radio_state
;
in rtl_init_rfkill()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H
A
D
wmi-tlv.h
2415
__le32
radio_state
;
member
H
A
D
wmi-tlv.c
524
"wmi tlv rfkill state change gpio %d type %d
radio_state
%d\n",
in ath10k_wmi_tlv_event_rfkill_state_change()
527
__le32_to_cpu(ev->
radio_state
));
in ath10k_wmi_tlv_event_rfkill_state_change()
529
radio = (__le32_to_cpu(ev->
radio_state
) == WMI_TLV_RFKILL_RADIO_STATE_ON);
in ath10k_wmi_tlv_event_rfkill_state_change()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H
A
D
wmi-tlv.h
2415
__le32
radio_state
;
member
H
A
D
wmi-tlv.c
524
"wmi tlv rfkill state change gpio %d type %d
radio_state
%d\n",
in ath10k_wmi_tlv_event_rfkill_state_change()
527
__le32_to_cpu(ev->
radio_state
));
in ath10k_wmi_tlv_event_rfkill_state_change()
529
radio = (__le32_to_cpu(ev->
radio_state
) == WMI_TLV_RFKILL_RADIO_STATE_ON);
in ath10k_wmi_tlv_event_rfkill_state_change()
Completed in 44 milliseconds