Searched refs:known_ev (Results 1 – 1 of 1) sorted by relevance
2277 bool known_ev; in tpacpi_input_send_key() local2321 known_ev = sparse_keymap_report_event(tpacpi_inputdev, scancode, 1, true); in tpacpi_input_send_key()2324 return known_ev; in tpacpi_input_send_key()3880 bool known_ev; in hotkey_notify() local3904 known_ev = false; in hotkey_notify()3909 known_ev = hotkey_notify_hotkey(hkey, &send_acpi_ev); in hotkey_notify()3913 known_ev = hotkey_notify_wakeup(hkey, &send_acpi_ev); in hotkey_notify()3922 known_ev = true; in hotkey_notify()3926 known_ev = true; in hotkey_notify()3932 known_ev = hotkey_notify_dockevent(hkey, &send_acpi_ev); in hotkey_notify()[all …]