Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/b43/
Drfkill.c55 if (unlikely(enabled != dev->radio_hw_enable)) { in b43_rfkill_poll()
56 dev->radio_hw_enable = enabled; in b43_rfkill_poll()
Dleds.c69 radio_enabled = (dev->phy.radio_on && dev->radio_hw_enable); in b43_led_update()
Db43.h807 bool radio_hw_enable; /* saved state of radio hardware enabled state */ member
Dmain.c3899 if (!dev->radio_hw_enable) { in b43_op_config()
4480 dev->radio_hw_enable = true; in setup_struct_wldev_for_init()
/linux-3.4.99/drivers/net/wireless/b43legacy/
Drfkill.c72 if (unlikely(enabled != dev->radio_hw_enable)) { in b43legacy_rfkill_poll()
73 dev->radio_hw_enable = enabled; in b43legacy_rfkill_poll()
Dleds.c80 radio_enabled = (dev->phy.radio_on && dev->radio_hw_enable); in b43legacy_led_brightness_set()
Db43legacy.h691 bool radio_hw_enable; /* State of radio hardware enable bit. */ member
Dmain.c2768 if (!dev->radio_hw_enable) in b43legacy_op_dev_config()
3120 dev->radio_hw_enable = true; in setup_struct_phy_for_init()