Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/x86/
H A Dtoshiba_acpi.c234 static bool disable_hotkeys; variable
235 module_param(disable_hotkeys, bool, 0444);
236 MODULE_PARM_DESC(disable_hotkeys, "Disables the hotkeys activation");
2872 if (disable_hotkeys) { in toshiba_acpi_setup_keyboard()