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:b43_status
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/
H
A
D
rfkill.c
31
if (unlikely(
b43_status
(dev) < B43_STAT_INITIALIZED)) {
in b43_rfkill_poll()
H
A
D
main.c
375
if (
b43_status
(wl->current_dev) < B43_STAT_STARTED)
in b43_ratelimit()
951
B43_WARN_ON(!dev ||
b43_status
(dev) < B43_STAT_INITIALIZED);
in b43_op_update_tkip_key()
1806
if (likely(dev && (
b43_status
(dev) >= B43_STAT_INITIALIZED))) {
in b43_beacon_update_trigger_work()
1969
if (unlikely(
b43_status
(dev) != B43_STAT_STARTED))
in b43_do_interrupt_thread()
2124
if (unlikely(
b43_status
(dev) < B43_STAT_STARTED))
in b43_interrupt_handler()
3436
if (unlikely(
b43_status
(dev) != B43_STAT_STARTED))
in b43_periodic_work_handler()
3542
if (likely(dev &&
b43_status
(dev) >= B43_STAT_INITIALIZED)) {
in b43_rng_read()
3592
if (unlikely(!dev ||
b43_status
(dev) < B43_STAT_STARTED)) {
in b43_tx_work()
3805
if (unlikely(!dev || (
b43_status
(dev) < B43_STAT_INITIALIZED)))
in b43_op_conf_tx()
3842
if (dev && (
b43_status
(de
in b43_op_get_tsf()
[all...]
H
A
D
sysfs.c
131
B43_WARN_ON(
b43_status
(wldev) != B43_STAT_INITIALIZED);
in b43_sysfs_register()
H
A
D
sdio.c
54
if (unlikely(
b43_status
(dev) < B43_STAT_STARTED))
in b43_sdio_interrupt_dispatcher()
H
A
D
debugfs.c
509
if (
b43_status
(dev) < B43_STAT_INITIALIZED) {
in b43_debugfs_read()
571
if (
b43_status
(dev) < B43_STAT_INITIALIZED) {
in b43_debugfs_write()
H
A
D
phy_common.c
207
if ((
b43_status
(dev) >= B43_STAT_INITIALIZED) &&
in assert_mac_suspended()
475
if (likely(dev && (
b43_status
(dev) >= B43_STAT_STARTED)))
in b43_phy_txpower_adjust_work()
H
A
D
leds.c
83
if (unlikely(!dev ||
b43_status
(dev) < B43_STAT_STARTED))
in b43_leds_work()
H
A
D
b43.h
820
#define
b43_status
(wldev) atomic_read(&(wldev)->__init_status)
macro
834
* Use
b43_status
() to query. */
H
A
D
phy_n.c
1488
if (
b43_status
(dev) < B43_STAT_INITIALIZED) {
in b43_radio_init2055()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/
H
A
D
rfkill.c
31
if (unlikely(
b43_status
(dev) < B43_STAT_INITIALIZED)) {
in b43_rfkill_poll()
H
A
D
main.c
375
if (
b43_status
(wl->current_dev) < B43_STAT_STARTED)
in b43_ratelimit()
951
B43_WARN_ON(!dev ||
b43_status
(dev) < B43_STAT_INITIALIZED);
in b43_op_update_tkip_key()
1806
if (likely(dev && (
b43_status
(dev) >= B43_STAT_INITIALIZED))) {
in b43_beacon_update_trigger_work()
1969
if (unlikely(
b43_status
(dev) != B43_STAT_STARTED))
in b43_do_interrupt_thread()
2124
if (unlikely(
b43_status
(dev) < B43_STAT_STARTED))
in b43_interrupt_handler()
3437
if (unlikely(
b43_status
(dev) != B43_STAT_STARTED))
in b43_periodic_work_handler()
3543
if (likely(dev &&
b43_status
(dev) >= B43_STAT_INITIALIZED)) {
in b43_rng_read()
3593
if (unlikely(!dev ||
b43_status
(dev) < B43_STAT_STARTED)) {
in b43_tx_work()
3808
if (unlikely(!dev || (
b43_status
(dev) < B43_STAT_INITIALIZED)))
in b43_op_conf_tx()
3845
if (dev && (
b43_status
(de
in b43_op_get_tsf()
[all...]
H
A
D
sysfs.c
131
B43_WARN_ON(
b43_status
(wldev) != B43_STAT_INITIALIZED);
in b43_sysfs_register()
H
A
D
sdio.c
54
if (unlikely(
b43_status
(dev) < B43_STAT_STARTED))
in b43_sdio_interrupt_dispatcher()
H
A
D
debugfs.c
509
if (
b43_status
(dev) < B43_STAT_INITIALIZED) {
in b43_debugfs_read()
571
if (
b43_status
(dev) < B43_STAT_INITIALIZED) {
in b43_debugfs_write()
H
A
D
phy_common.c
207
if ((
b43_status
(dev) >= B43_STAT_INITIALIZED) &&
in assert_mac_suspended()
475
if (likely(dev && (
b43_status
(dev) >= B43_STAT_STARTED)))
in b43_phy_txpower_adjust_work()
H
A
D
leds.c
83
if (unlikely(!dev ||
b43_status
(dev) < B43_STAT_STARTED))
in b43_leds_work()
H
A
D
b43.h
820
#define
b43_status
(wldev) atomic_read(&(wldev)->__init_status)
macro
834
* Use
b43_status
() to query. */
H
A
D
phy_n.c
1488
if (
b43_status
(dev) < B43_STAT_INITIALIZED) {
in b43_radio_init2055()
Completed in 37 milliseconds