Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/broadcom/b43legacy/
H A Drfkill.c29 if (b43legacy_status(dev) < B43legacy_STAT_STARTED) in b43legacy_is_hw_radio_enabled()
48 if (unlikely(b43legacy_status(dev) < B43legacy_STAT_INITIALIZED)) { in b43legacy_rfkill_poll()
H A Dmain.c1289 B43legacy_WARN_ON(b43legacy_status(dev) < in b43legacy_interrupt_tasklet()
2605 prev_status = b43legacy_status(down_dev); in b43legacy_switch_phymode()
2710 if (b43legacy_status(dev) < B43legacy_STAT_STARTED) { in b43legacy_op_dev_config()
2825 if (b43legacy_status(dev) < B43legacy_STAT_STARTED) { in b43legacy_op_bss_info_changed()
2920 if (b43legacy_status(dev) < B43legacy_STAT_STARTED) in b43legacy_wireless_core_stop()
3180 if (b43legacy_status(dev) != B43legacy_STAT_INITIALIZED) in b43legacy_wireless_core_exit()
3471 if (b43legacy_status(dev) < B43legacy_STAT_STARTED) { in b43legacy_op_start()
3496 if (b43legacy_status(dev) >= B43legacy_STAT_STARTED) in b43legacy_op_stop()
3563 prev_status = b43legacy_status(dev); in b43legacy_chip_reset()
3910 if (b43legacy_status(dev) < B43legacy_STAT_INITIALIZED) in b43legacy_controller_restart()
[all …]
H A Ddebugfs.c206 if (b43legacy_status(dev) < B43legacy_STAT_INITIALIZED) { in b43legacy_debugfs_read()
273 if (b43legacy_status(dev) < B43legacy_STAT_INITIALIZED) { in b43legacy_debugfs_write()
H A Dsysfs.c203 B43legacy_WARN_ON(b43legacy_status(wldev) != in b43legacy_sysfs_register()
H A Db43legacy.h663 #define b43legacy_status(wldev) atomic_read(&(wldev)->__init_status) macro
H A Dphy.c1468 const int is_initializing = (b43legacy_status(dev) in b43legacy_phy_lo_g_measure()