Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/broadcom/b43/
Drfkill.c42 if (unlikely(enabled != dev->radio_hw_enable)) { in b43_rfkill_poll()
43 dev->radio_hw_enable = enabled; in b43_rfkill_poll()
Dleds.c56 radio_enabled = (dev->phy.radio_on && dev->radio_hw_enable); in b43_led_update()
Db43.h839 bool radio_hw_enable; /* saved state of radio hardware enabled state */ member
Dmain.c4035 if (!dev->radio_hw_enable) { in b43_op_config()
4669 dev->radio_hw_enable = true; in setup_struct_wldev_for_init()
/linux-6.1.9/drivers/net/wireless/broadcom/b43legacy/
Drfkill.c59 if (unlikely(enabled != dev->radio_hw_enable)) { in b43legacy_rfkill_poll()
60 dev->radio_hw_enable = enabled; in b43legacy_rfkill_poll()
Dleds.c67 radio_enabled = (dev->phy.radio_on && dev->radio_hw_enable); in b43legacy_led_brightness_set()
Db43legacy.h692 bool radio_hw_enable; /* State of radio hardware enable bit. */ member
Dmain.c2741 if (!dev->radio_hw_enable) in b43legacy_op_dev_config()
3089 dev->radio_hw_enable = true; in setup_struct_phy_for_init()