Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/broadcom/b43/
Dphy_g.h131 } radio_off_context; member
Dphy_g.c2625 if (gphy->radio_off_context.valid) { in b43_gphy_op_software_rfkill()
2628 gphy->radio_off_context.rfover); in b43_gphy_op_software_rfkill()
2630 gphy->radio_off_context.rfoverval); in b43_gphy_op_software_rfkill()
2631 gphy->radio_off_context.valid = false; in b43_gphy_op_software_rfkill()
2642 gphy->radio_off_context.rfover = rfover; in b43_gphy_op_software_rfkill()
2643 gphy->radio_off_context.rfoverval = rfoverval; in b43_gphy_op_software_rfkill()
2644 gphy->radio_off_context.valid = true; in b43_gphy_op_software_rfkill()
/Linux-v4.19/drivers/net/wireless/broadcom/b43legacy/
Dradio.c2080 if (phy->radio_off_context.valid) { in b43legacy_radio_turn_on()
2083 phy->radio_off_context.rfover); in b43legacy_radio_turn_on()
2085 phy->radio_off_context.rfoverval); in b43legacy_radio_turn_on()
2086 phy->radio_off_context.valid = false; in b43legacy_radio_turn_on()
2113 phy->radio_off_context.rfover = rfover; in b43legacy_radio_turn_off()
2114 phy->radio_off_context.rfoverval = rfoverval; in b43legacy_radio_turn_off()
2115 phy->radio_off_context.valid = true; in b43legacy_radio_turn_off()
Db43legacy.h435 } radio_off_context; member