Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/wireless/b43/
Dmain.c317 if (b43_status(wl->current_dev) < B43_STAT_STARTED) in b43_ratelimit()
896 B43_WARN_ON(!dev || b43_status(dev) < B43_STAT_INITIALIZED); in b43_op_update_tkip_key()
1640 if (likely(dev && (b43_status(dev) >= B43_STAT_INITIALIZED))) { in b43_beacon_update_trigger_work()
1800 if (unlikely(b43_status(dev) != B43_STAT_STARTED)) in b43_do_interrupt_thread()
1962 if (unlikely(b43_status(dev) < B43_STAT_STARTED)) in b43_interrupt_handler()
3030 if (unlikely(b43_status(dev) != B43_STAT_STARTED)) in b43_periodic_work_handler()
3136 if (likely(dev && b43_status(dev) >= B43_STAT_INITIALIZED)) { in b43_rng_read()
3185 if (unlikely(!dev || b43_status(dev) < B43_STAT_STARTED)) { in b43_tx_work()
3381 if (unlikely(!dev || (b43_status(dev) < B43_STAT_INITIALIZED))) in b43_op_conf_tx()
3418 if (dev && (b43_status(dev) >= B43_STAT_INITIALIZED)) in b43_op_get_tsf()
[all …]
Drfkill.c45 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.c193 if ((b43_status(dev) >= B43_STAT_INITIALIZED) && in assert_mac_suspended()
351 if (likely(dev && (b43_status(dev) >= B43_STAT_STARTED))) in b43_phy_txpower_adjust_work()
Ddebugfs.c528 if (b43_status(dev) < B43_STAT_INITIALIZED) { in b43_debugfs_read()
589 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.h700 #define b43_status(wldev) atomic_read(&(wldev)->__init_status) macro
Dphy_n.c487 if (b43_status(dev) < B43_STAT_INITIALIZED) { in b43_radio_init2055()