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_enabled
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43legacy/
H
A
D
leds.c
62
bool
radio_enabled
;
in b43legacy_led_brightness_set()
local
67
radio_enabled
= (dev->phy.radio_on && dev->radio_hw_enable);
in b43legacy_led_brightness_set()
69
if (brightness == LED_OFF || !
radio_enabled
)
in b43legacy_led_brightness_set()
H
A
D
b43legacy.h
618
bool
radio_enabled
;
member
H
A
D
main.c
2736
if (wl->
radio_enabled
!= phy->radio_on) {
in b43legacy_op_dev_config()
2737
if (wl->
radio_enabled
) {
in b43legacy_op_dev_config()
3460
wl->
radio_enabled
= true;
in b43legacy_op_start()
3499
wl->
radio_enabled
= false;
in b43legacy_op_stop()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43legacy/
H
A
D
leds.c
62
bool
radio_enabled
;
in b43legacy_led_brightness_set()
local
67
radio_enabled
= (dev->phy.radio_on && dev->radio_hw_enable);
in b43legacy_led_brightness_set()
69
if (brightness == LED_OFF || !
radio_enabled
)
in b43legacy_led_brightness_set()
H
A
D
b43legacy.h
618
bool
radio_enabled
;
member
H
A
D
main.c
2737
if (wl->
radio_enabled
!= phy->radio_on) {
in b43legacy_op_dev_config()
2738
if (wl->
radio_enabled
) {
in b43legacy_op_dev_config()
3460
wl->
radio_enabled
= true;
in b43legacy_op_start()
3499
wl->
radio_enabled
= false;
in b43legacy_op_stop()
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/
H
A
D
leds.c
50
bool
radio_enabled
;
in b43_led_update()
local
56
radio_enabled
= (dev->phy.radio_on && dev->radio_hw_enable);
in b43_led_update()
61
if (
radio_enabled
)
in b43_led_update()
H
A
D
b43.h
939
bool
radio_enabled
;
member
H
A
D
main.c
4030
if (wl->
radio_enabled
!= phy->radio_on) {
in b43_op_config()
4031
if (wl->
radio_enabled
) {
in b43_op_config()
5041
wl->
radio_enabled
= true;
in b43_op_start()
5096
wl->
radio_enabled
= false;
in b43_op_stop()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/
H
A
D
leds.c
50
bool
radio_enabled
;
in b43_led_update()
local
56
radio_enabled
= (dev->phy.radio_on && dev->radio_hw_enable);
in b43_led_update()
61
if (
radio_enabled
)
in b43_led_update()
H
A
D
b43.h
939
bool
radio_enabled
;
member
H
A
D
main.c
4033
if (wl->
radio_enabled
!= phy->radio_on) {
in b43_op_config()
4034
if (wl->
radio_enabled
) {
in b43_op_config()
5043
wl->
radio_enabled
= true;
in b43_op_start()
5098
wl->
radio_enabled
= false;
in b43_op_stop()
Completed in 36 milliseconds