Home
last modified time | relevance | path

Searched refs:radio_off_context (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/
H A Dphy_g.h131 } radio_off_context; member
H A Dphy_g.c2612 if (gphy->radio_off_context.valid) { in b43_gphy_op_software_rfkill()
2615 gphy->radio_off_context.rfover); in b43_gphy_op_software_rfkill()
2617 gphy->radio_off_context.rfoverval); in b43_gphy_op_software_rfkill()
2618 gphy->radio_off_context.valid = false; in b43_gphy_op_software_rfkill()
2629 gphy->radio_off_context.rfover = rfover; in b43_gphy_op_software_rfkill()
2630 gphy->radio_off_context.rfoverval = rfoverval; in b43_gphy_op_software_rfkill()
2631 gphy->radio_off_context.valid = true; in b43_gphy_op_software_rfkill()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/
H A Dphy_g.h131 } radio_off_context; member
H A Dphy_g.c2612 if (gphy->radio_off_context.valid) { in b43_gphy_op_software_rfkill()
2615 gphy->radio_off_context.rfover); in b43_gphy_op_software_rfkill()
2617 gphy->radio_off_context.rfoverval); in b43_gphy_op_software_rfkill()
2618 gphy->radio_off_context.valid = false; in b43_gphy_op_software_rfkill()
2629 gphy->radio_off_context.rfover = rfover; in b43_gphy_op_software_rfkill()
2630 gphy->radio_off_context.rfoverval = rfoverval; in b43_gphy_op_software_rfkill()
2631 gphy->radio_off_context.valid = true; in b43_gphy_op_software_rfkill()
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43legacy/
H A Dradio.c2063 if (phy->radio_off_context.valid) { in b43legacy_radio_turn_on()
2066 phy->radio_off_context.rfover); in b43legacy_radio_turn_on()
2068 phy->radio_off_context.rfoverval); in b43legacy_radio_turn_on()
2069 phy->radio_off_context.valid = false; in b43legacy_radio_turn_on()
2096 phy->radio_off_context.rfover = rfover; in b43legacy_radio_turn_off()
2097 phy->radio_off_context.rfoverval = rfoverval; in b43legacy_radio_turn_off()
2098 phy->radio_off_context.valid = true; in b43legacy_radio_turn_off()
H A Db43legacy.h435 } radio_off_context; member
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43legacy/
H A Dradio.c2046 if (phy->radio_off_context.valid) { in b43legacy_radio_turn_on()
2049 phy->radio_off_context.rfover); in b43legacy_radio_turn_on()
2051 phy->radio_off_context.rfoverval); in b43legacy_radio_turn_on()
2052 phy->radio_off_context.valid = false; in b43legacy_radio_turn_on()
2079 phy->radio_off_context.rfover = rfover; in b43legacy_radio_turn_off()
2080 phy->radio_off_context.rfoverval = rfoverval; in b43legacy_radio_turn_off()
2081 phy->radio_off_context.valid = true; in b43legacy_radio_turn_off()
H A Db43legacy.h435 } radio_off_context; member

Completed in 17 milliseconds