Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/
H A Dthinkpad_acpi.c2274 static bool tpacpi_input_send_key(const u32 hkey, bool *send_acpi_ev) in tpacpi_input_send_key()
3662 static bool hotkey_notify_hotkey(const u32 hkey, bool *send_acpi_ev) in hotkey_notify_hotkey()
3678 static bool hotkey_notify_wakeup(const u32 hkey, bool *send_acpi_ev) in hotkey_notify_wakeup()
3713 static bool hotkey_notify_dockevent(const u32 hkey, bool *send_acpi_ev) in hotkey_notify_dockevent()
3752 static bool hotkey_notify_usrevent(const u32 hkey, bool *send_acpi_ev) in hotkey_notify_usrevent()
3782 static bool hotkey_notify_6xxx(const u32 hkey, bool *send_acpi_ev) in hotkey_notify_6xxx()
3862 static bool hotkey_notify_8xxx(const u32 hkey, bool *send_acpi_ev) in hotkey_notify_8xxx()
3878 bool send_acpi_ev; in hotkey_notify() local