Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/platform/x86/
Dthinkpad_acpi.c400 static bool tpacpi_wlsw_emulstate; variable
1503 return snprintf(buf, PAGE_SIZE, "%d\n", !!tpacpi_wlsw_emulstate); in wlsw_emulstate_show()
1514 if (tpacpi_wlsw_emulstate != !!t) { in wlsw_emulstate_store()
1515 tpacpi_wlsw_emulstate = !!t; in wlsw_emulstate_store()
2101 return (tpacpi_wlsw_emulstate) ? in hotkey_get_wlsw()
3633 radiosw_state = !!tpacpi_wlsw_emulstate; in hotkey_init()
10188 module_param_named(wlsw_state, tpacpi_wlsw_emulstate, bool, 0);