Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/lenovo/
H A Dthinkpad_acpi.c2275 static bool tpacpi_input_send_key(const u32 hkey, bool *send_acpi_ev) in tpacpi_input_send_key() argument
2314 if (send_acpi_ev) in tpacpi_input_send_key()
2315 *send_acpi_ev = false; in tpacpi_input_send_key()
3663 static bool hotkey_notify_hotkey(const u32 hkey, bool *send_acpi_ev) in hotkey_notify_hotkey() argument
3667 *send_acpi_ev = false; in hotkey_notify_hotkey()
3675 return tpacpi_input_send_key(hkey, send_acpi_ev); in hotkey_notify_hotkey()
3679 static bool hotkey_notify_wakeup(const u32 hkey, bool *send_acpi_ev) in hotkey_notify_wakeup() argument
3685 *send_acpi_ev = false; in hotkey_notify_wakeup()
3691 *send_acpi_ev = false; in hotkey_notify_wakeup()
3714 static bool hotkey_notify_dockevent(const u32 hkey, bool *send_acpi_ev) in hotkey_notify_dockevent() argument
[all …]