Home
last modified time | relevance | path

Searched refs:B43_STAT_INITIALIZED (Results 1 – 8 of 8) sorted by relevance

/drivers/net/wireless/b43/
Drfkill.c56 if (unlikely(b43_status(dev) < B43_STAT_INITIALIZED)) { in b43_rfkill_poll()
88 if (b43_status(dev) < B43_STAT_INITIALIZED) in b43_rfkill_soft_toggle()
Dmain.c1679 if (likely(dev && (b43_status(dev) >= B43_STAT_INITIALIZED))) { in b43_beacon_update_trigger_work()
3172 if (unlikely(!dev || (b43_status(dev) < B43_STAT_INITIALIZED))) in b43_op_conf_tx()
3307 if (prev_status >= B43_STAT_INITIALIZED) in b43_switch_band()
3318 if (prev_status >= B43_STAT_INITIALIZED) { in b43_switch_band()
3541 if (!dev || b43_status(dev) < B43_STAT_INITIALIZED) in b43_op_set_key()
3661 if (changed && b43_status(dev) >= B43_STAT_INITIALIZED) in b43_op_configure_filter()
3683 if (b43_status(dev) >= B43_STAT_INITIALIZED) { in b43_op_config_interface()
3720 b43_set_status(dev, B43_STAT_INITIALIZED); in b43_wireless_core_stop()
3740 B43_WARN_ON(b43_status(dev) != B43_STAT_INITIALIZED); in b43_wireless_core_start()
4006 B43_WARN_ON(b43_status(dev) > B43_STAT_INITIALIZED); in b43_wireless_core_exit()
[all …]
Dsysfs.c148 B43_WARN_ON(b43_status(wldev) != B43_STAT_INITIALIZED); in b43_sysfs_register()
Dleds.c75 if (unlikely(b43_status(dev) < B43_STAT_INITIALIZED)) in b43_led_brightness_set()
Ddebugfs.c568 if (b43_status(dev) < B43_STAT_INITIALIZED) { in b43_debugfs_read()
634 if (b43_status(dev) < B43_STAT_INITIALIZED) { in b43_debugfs_write()
Dphy_common.c185 if ((b43_status(dev) >= B43_STAT_INITIALIZED) && in assert_mac_suspended()
Db43.h691 B43_STAT_INITIALIZED = 1, /* Initialized, but not started, yet. */ enumerator
Dphy_n.c181 if (b43_status(dev) < B43_STAT_INITIALIZED) in b43_radio_init2055()