Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/platform/x86/
H A Dtoshiba_acpi.c213 static bool disable_hotkeys; variable
214 module_param(disable_hotkeys, bool, 0444);
215 MODULE_PARM_DESC(disable_hotkeys, "Disables the hotkeys activation");
2765 if (disable_hotkeys) { in toshiba_acpi_setup_keyboard()
/kernel/linux/linux-6.6/drivers/platform/x86/
H A Dtoshiba_acpi.c228 static bool disable_hotkeys; variable
229 module_param(disable_hotkeys, bool, 0444);
230 MODULE_PARM_DESC(disable_hotkeys, "Disables the hotkeys activation");
2861 if (disable_hotkeys) { in toshiba_acpi_setup_keyboard()

Completed in 9 milliseconds