Home
last modified time | relevance | path

Searched refs:b43_status (Results 1 – 9 of 9) sorted by relevance

/linux-5.19.10/drivers/net/wireless/broadcom/b43/
Drfkill.c31 if (unlikely(b43_status(dev) < B43_STAT_INITIALIZED)) { in b43_rfkill_poll()
Dmain.c375 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(dev) >= B43_STAT_INITIALIZED)) in b43_op_get_tsf()
[all …]
Dsysfs.c131 B43_WARN_ON(b43_status(wldev) != B43_STAT_INITIALIZED); in b43_sysfs_register()
Dsdio.c54 if (unlikely(b43_status(dev) < B43_STAT_STARTED)) in b43_sdio_interrupt_dispatcher()
Dphy_common.c207 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()
Ddebugfs.c509 if (b43_status(dev) < B43_STAT_INITIALIZED) { in b43_debugfs_read()
571 if (b43_status(dev) < B43_STAT_INITIALIZED) { in b43_debugfs_write()
Dleds.c83 if (unlikely(!dev || b43_status(dev) < B43_STAT_STARTED)) in b43_leds_work()
Db43.h820 #define b43_status(wldev) atomic_read(&(wldev)->__init_status) macro
Dphy_n.c1488 if (b43_status(dev) < B43_STAT_INITIALIZED) { in b43_radio_init2055()