Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/b43/
Dmain.c335 if (b43_status(wl->current_dev) < B43_STAT_STARTED) in b43_ratelimit()
913 B43_WARN_ON(!dev || b43_status(dev) < B43_STAT_INITIALIZED); in b43_op_update_tkip_key()
1714 if (likely(dev && (b43_status(dev) >= B43_STAT_INITIALIZED))) { in b43_beacon_update_trigger_work()
1874 if (unlikely(b43_status(dev) != B43_STAT_STARTED)) in b43_do_interrupt_thread()
2029 if (unlikely(b43_status(dev) < B43_STAT_STARTED)) in b43_interrupt_handler()
3247 if (unlikely(b43_status(dev) != B43_STAT_STARTED)) in b43_periodic_work_handler()
3353 if (likely(dev && b43_status(dev) >= B43_STAT_INITIALIZED)) { in b43_rng_read()
3403 if (unlikely(!dev || b43_status(dev) < B43_STAT_STARTED)) { in b43_tx_work()
3615 if (unlikely(!dev || (b43_status(dev) < B43_STAT_INITIALIZED))) in b43_op_conf_tx()
3652 if (dev && (b43_status(dev) >= B43_STAT_INITIALIZED)) in b43_op_get_tsf()
[all …]
Drfkill.c44 if (unlikely(b43_status(dev) < B43_STAT_INITIALIZED)) { in b43_rfkill_poll()
Dsysfs.c145 B43_WARN_ON(b43_status(wldev) != B43_STAT_INITIALIZED); in b43_sysfs_register()
Dsdio.c58 if (unlikely(b43_status(dev) < B43_STAT_STARTED)) in b43_sdio_interrupt_dispatcher()
Dphy_common.c205 if ((b43_status(dev) >= B43_STAT_INITIALIZED) && in assert_mac_suspended()
363 if (likely(dev && (b43_status(dev) >= B43_STAT_STARTED))) in b43_phy_txpower_adjust_work()
Ddebugfs.c522 if (b43_status(dev) < B43_STAT_INITIALIZED) { in b43_debugfs_read()
583 if (b43_status(dev) < B43_STAT_INITIALIZED) { in b43_debugfs_write()
Dleds.c96 if (unlikely(!dev || b43_status(dev) < B43_STAT_STARTED)) in b43_leds_work()
Db43.h788 #define b43_status(wldev) atomic_read(&(wldev)->__init_status) macro
Dphy_n.c815 if (b43_status(dev) < B43_STAT_INITIALIZED) { in b43_radio_init2055()