Searched refs:TP_HKEY_EV_ORIG_KEY_START (Results 1 – 1 of 1) sorted by relevance
162 TP_HKEY_EV_ORIG_KEY_START = 0x1001, /* First hotkey (FN+F1) */ enumerator2295 if (hkey >= TP_HKEY_EV_ORIG_KEY_START && in tpacpi_input_send_key()2297 scancode = hkey - TP_HKEY_EV_ORIG_KEY_START; in tpacpi_input_send_key()2333 tpacpi_input_send_key(TP_HKEY_EV_ORIG_KEY_START + scancode, NULL); in tpacpi_hotkey_send_key()3666 if (hkey >= TP_HKEY_EV_ORIG_KEY_START && hkey <= TP_HKEY_EV_ORIG_KEY_END) { in hotkey_notify_hotkey()3670 unsigned int scancode = hkey - TP_HKEY_EV_ORIG_KEY_START; in hotkey_notify_hotkey()