Searched refs:tpacpi_wlsw_emulstate (Results 1 – 1 of 1) sorted by relevance
377 static bool tpacpi_wlsw_emulstate; variable1483 return snprintf(buf, PAGE_SIZE, "%d\n", !!tpacpi_wlsw_emulstate); in tpacpi_driver_wlsw_emulstate_show()1494 if (tpacpi_wlsw_emulstate != !!t) { in tpacpi_driver_wlsw_emulstate_store()1495 tpacpi_wlsw_emulstate = !!t; in tpacpi_driver_wlsw_emulstate_store()2069 return (tpacpi_wlsw_emulstate) ? in hotkey_get_wlsw()3411 radiosw_state = !!tpacpi_wlsw_emulstate; in hotkey_init()9347 module_param_named(wlsw_state, tpacpi_wlsw_emulstate, bool, 0);