Searched refs:known_ev (Results 1 – 1 of 1) sorted by relevance
2256 bool known_ev; in tpacpi_input_send_key() local2300 known_ev = sparse_keymap_report_event(tpacpi_inputdev, scancode, 1, true); in tpacpi_input_send_key()2303 return known_ev; in tpacpi_input_send_key()3847 bool known_ev; in hotkey_notify() local3871 known_ev = false; in hotkey_notify()3876 known_ev = hotkey_notify_hotkey(hkey, &send_acpi_ev); in hotkey_notify()3880 known_ev = hotkey_notify_wakeup(hkey, &send_acpi_ev); in hotkey_notify()3889 known_ev = true; in hotkey_notify()3893 known_ev = true; in hotkey_notify()3899 known_ev = hotkey_notify_dockevent(hkey, &send_acpi_ev); in hotkey_notify()[all …]