Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/x86/
H A Dthinkpad_acpi.c1890 } hotkey_wakeup_reason; variable
2871 return sysfs_emit(buf, "%d\n", hotkey_wakeup_reason); in hotkey_wakeup_reason_show()
3804 hotkey_wakeup_reason = TP_ACPI_WAKEUP_UNDOCK; in hotkey_notify_wakeup()
3810 hotkey_wakeup_reason = TP_ACPI_WAKEUP_BAYEJ; in hotkey_notify_wakeup()
3826 if (hotkey_wakeup_reason != TP_ACPI_WAKEUP_NONE) { in hotkey_notify_wakeup()
4104 hotkey_wakeup_reason = TP_ACPI_WAKEUP_NONE; in hotkey_suspend()