Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/lenovo/
H A Dthinkpad_acpi.c3067 int wlsw; in tpacpi_send_radiosw_update() local
3080 wlsw = hotkey_get_wlsw(); in tpacpi_send_radiosw_update()
3083 if (wlsw == TPACPI_RFK_RADIO_OFF) in tpacpi_send_radiosw_update()
3087 if (wlsw == TPACPI_RFK_RADIO_ON) in tpacpi_send_radiosw_update()
3091 if (!(wlsw < 0)) { in tpacpi_send_radiosw_update()
3095 SW_RFKILL_ALL, (wlsw > 0)); in tpacpi_send_radiosw_update()