Home
last modified time | relevance | path

Searched refs:B43_STAT_INITIALIZED (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 Dmain.c951 B43_WARN_ON(!dev || b43_status(dev) < B43_STAT_INITIALIZED); in b43_op_update_tkip_key()
1806 if (likely(dev && (b43_status(dev) >= B43_STAT_INITIALIZED))) { in b43_beacon_update_trigger_work()
3543 if (likely(dev && b43_status(dev) >= B43_STAT_INITIALIZED)) { in b43_rng_read()
3808 if (unlikely(!dev || (b43_status(dev) < B43_STAT_INITIALIZED))) in b43_op_conf_tx()
3845 if (dev && (b43_status(dev) >= B43_STAT_INITIALIZED)) in b43_op_get_tsf()
3864 if (dev && (b43_status(dev) >= B43_STAT_INITIALIZED)) in b43_op_set_tsf()
4123 if (b43_status(dev) >= B43_STAT_INITIALIZED) { in b43_op_bss_info_changed()
4191 if (!dev || b43_status(dev) < B43_STAT_INITIALIZED) in b43_op_set_key()
4314 if (changed && b43_status(dev) >= B43_STAT_INITIALIZED) in b43_op_configure_filter()
4351 b43_set_status(dev, B43_STAT_INITIALIZED); in b43_wireless_core_stop()
[all …]
H A Ddebugfs.c509 if (b43_status(dev) < B43_STAT_INITIALIZED) { in b43_debugfs_read()
571 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
H A Dphy_n.c1488 if (b43_status(dev) < B43_STAT_INITIALIZED) { in b43_radio_init2055()