Home
last modified time | relevance | path

Searched refs:radio_off_context (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/net/wireless/b43/
Dphy_g.h130 } radio_off_context; member
Dphy_g.c2610 if (gphy->radio_off_context.valid) { in b43_gphy_op_software_rfkill()
2613 gphy->radio_off_context.rfover); in b43_gphy_op_software_rfkill()
2615 gphy->radio_off_context.rfoverval); in b43_gphy_op_software_rfkill()
2616 gphy->radio_off_context.valid = false; in b43_gphy_op_software_rfkill()
2627 gphy->radio_off_context.rfover = rfover; in b43_gphy_op_software_rfkill()
2628 gphy->radio_off_context.rfoverval = rfoverval; in b43_gphy_op_software_rfkill()
2629 gphy->radio_off_context.valid = true; in b43_gphy_op_software_rfkill()
/linux-3.4.99/drivers/net/wireless/b43legacy/
Dradio.c2099 if (phy->radio_off_context.valid) { in b43legacy_radio_turn_on()
2102 phy->radio_off_context.rfover); in b43legacy_radio_turn_on()
2104 phy->radio_off_context.rfoverval); in b43legacy_radio_turn_on()
2105 phy->radio_off_context.valid = false; in b43legacy_radio_turn_on()
2132 phy->radio_off_context.rfover = rfover; in b43legacy_radio_turn_off()
2133 phy->radio_off_context.rfoverval = rfoverval; in b43legacy_radio_turn_off()
2134 phy->radio_off_context.valid = true; in b43legacy_radio_turn_off()
Db43legacy.h434 } radio_off_context; member