Lines Matching refs:radio_on
3020 static int bluetooth_set_radiosw(int radio_on, int update_rfk) in bluetooth_set_radiosw() argument
3030 && radio_on) in bluetooth_set_radiosw()
3035 tpacpi_bluetooth_emulstate = !!radio_on; in bluetooth_set_radiosw()
3043 if (radio_on) in bluetooth_set_radiosw()
3297 static int wan_set_radiosw(int radio_on, int update_rfk) in wan_set_radiosw() argument
3307 && radio_on) in wan_set_radiosw()
3312 tpacpi_wwan_emulstate = !!radio_on; in wan_set_radiosw()
3320 if (radio_on) in wan_set_radiosw()
3563 static int uwb_set_radiosw(int radio_on, int update_rfk) in uwb_set_radiosw() argument
3573 && radio_on) in uwb_set_radiosw()
3578 tpacpi_uwb_emulstate = !!radio_on; in uwb_set_radiosw()
3585 status = (radio_on) ? TP_ACPI_UWB_RADIOSSW : 0; in uwb_set_radiosw()