Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/platform/x86/
Dthinkpad_acpi.c3013 int wlsw; in tpacpi_send_radiosw_update() local
3026 wlsw = hotkey_get_wlsw(); in tpacpi_send_radiosw_update()
3029 if (wlsw == TPACPI_RFK_RADIO_OFF) in tpacpi_send_radiosw_update()
3033 if (wlsw == TPACPI_RFK_RADIO_ON) in tpacpi_send_radiosw_update()
3037 if (!(wlsw < 0)) { in tpacpi_send_radiosw_update()
3041 SW_RFKILL_ALL, (wlsw > 0)); in tpacpi_send_radiosw_update()