Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/platform/x86/
Dthinkpad_acpi.c2031 } hotkey_wakeup_reason; variable
3011 return snprintf(buf, PAGE_SIZE, "%d\n", hotkey_wakeup_reason); in hotkey_wakeup_reason_show()
3949 hotkey_wakeup_reason = TP_ACPI_WAKEUP_UNDOCK; in hotkey_notify_wakeup()
3955 hotkey_wakeup_reason = TP_ACPI_WAKEUP_BAYEJ; in hotkey_notify_wakeup()
3971 if (hotkey_wakeup_reason != TP_ACPI_WAKEUP_NONE) { in hotkey_notify_wakeup()
4249 hotkey_wakeup_reason = TP_ACPI_WAKEUP_NONE; in hotkey_suspend()