Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/broadcom/b43/
H A Drfkill.c31 if (unlikely(b43_status(dev) < B43_STAT_INITIALIZED)) { in b43_rfkill_poll()
H A Dsysfs.c126 B43_WARN_ON(b43_status(wldev) != B43_STAT_INITIALIZED); in b43_sysfs_register()
H A Dsdio.c54 if (unlikely(b43_status(dev) < B43_STAT_STARTED)) in b43_sdio_interrupt_dispatcher()
H A 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()
H A Ddebugfs.c507 if (b43_status(dev) < B43_STAT_INITIALIZED) { in b43_debugfs_read()
567 if (b43_status(dev) < B43_STAT_INITIALIZED) { in b43_debugfs_write()
H A Dleds.c83 if (unlikely(!dev || b43_status(dev) < B43_STAT_STARTED)) in b43_leds_work()
H A Db43.h820 #define b43_status(wldev) atomic_read(&(wldev)->__init_status) macro