Searched refs:b43legacy_status (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/b43legacy/
H A Drfkill.c42 if (b43legacy_status(dev) < B43legacy_STAT_STARTED)
61 if (unlikely(b43legacy_status(dev) < B43legacy_STAT_INITIALIZED)) {
H A Dsysfs.c215 B43legacy_WARN_ON(b43legacy_status(wldev) !=
H A Dmain.c175 if (b43legacy_status(wl->current_dev) < B43legacy_STAT_STARTED)
1221 if (likely(dev && (b43legacy_status(dev) >= B43legacy_STAT_INITIALIZED))) {
1292 B43legacy_WARN_ON(b43legacy_status(dev) <
1428 if (unlikely(b43legacy_status(dev) < B43legacy_STAT_STARTED))
2285 if (unlikely(b43legacy_status(dev) != B43legacy_STAT_STARTED))
2418 if (unlikely(b43legacy_status(dev) < B43legacy_STAT_STARTED))
2531 prev_status = b43legacy_status(down_dev);
2564 B43legacy_WARN_ON(b43legacy_status(up_dev) != prev_status);
2638 if (b43legacy_status(dev) < B43legacy_STAT_STARTED) {
2755 if (b43legacy_status(de
[all...]
H A Ddebugfs.c225 if (b43legacy_status(dev) < B43legacy_STAT_INITIALIZED) {
291 if (b43legacy_status(dev) < B43legacy_STAT_INITIALIZED) {
H A Db43legacy.h641 #define b43legacy_status(wldev) atomic_read(&(wldev)->__init_status) macro
661 * Use b43legacy_status() to query. */
H A Dphy.c1493 const int is_initializing = (b43legacy_status(dev)

Completed in 55 milliseconds