Searched refs:known_ev (Results 1 – 1 of 1) sorted by relevance
2237 bool known_ev; in tpacpi_input_send_key() local2281 known_ev = sparse_keymap_report_event(tpacpi_inputdev, scancode, 1, true); in tpacpi_input_send_key()2284 return known_ev; in tpacpi_input_send_key()3866 bool known_ev; in hotkey_notify() local3890 known_ev = false; in hotkey_notify()3895 known_ev = hotkey_notify_hotkey(hkey, &send_acpi_ev); in hotkey_notify()3899 known_ev = hotkey_notify_wakeup(hkey, &send_acpi_ev); in hotkey_notify()3908 known_ev = true; in hotkey_notify()3912 known_ev = true; in hotkey_notify()3918 known_ev = hotkey_notify_dockevent(hkey, &send_acpi_ev); in hotkey_notify()[all …]