Home
last modified time | relevance | path

Searched refs:B43_STAT_INITIALIZED (Results 1 – 5 of 5) 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 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 Dphy_common.c207 if ((b43_status(dev) >= B43_STAT_INITIALIZED) && in assert_mac_suspended()
H A Db43.h817 B43_STAT_INITIALIZED = 1, /* Initialized, but not started, yet. */ enumerator