Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/platform/x86/
H A Dthinkpad_acpi.c385 static bool tpacpi_wlsw_emulstate; variable
1466 return snprintf(buf, PAGE_SIZE, "%d\n", !!tpacpi_wlsw_emulstate); in wlsw_emulstate_show()
1477 if (tpacpi_wlsw_emulstate != !!t) { in wlsw_emulstate_store()
1478 tpacpi_wlsw_emulstate = !!t; in wlsw_emulstate_store()
2068 return (tpacpi_wlsw_emulstate) ? in hotkey_get_wlsw()
3608 radiosw_state = !!tpacpi_wlsw_emulstate; in hotkey_init()
10540 module_param_named(wlsw_state, tpacpi_wlsw_emulstate, bool, 0);
/kernel/linux/linux-6.6/drivers/platform/x86/
H A Dthinkpad_acpi.c407 static bool tpacpi_wlsw_emulstate; variable
1389 return sysfs_emit(buf, "%d\n", !!tpacpi_wlsw_emulstate); in wlsw_emulstate_show()
1400 if (tpacpi_wlsw_emulstate != !!t) { in wlsw_emulstate_store()
1401 tpacpi_wlsw_emulstate = !!t; in wlsw_emulstate_store()
1942 return (tpacpi_wlsw_emulstate) ? in hotkey_get_wlsw()
3488 radiosw_state = !!tpacpi_wlsw_emulstate; in hotkey_init()
11587 module_param_named(wlsw_state, tpacpi_wlsw_emulstate, bool, 0);

Completed in 26 milliseconds