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) */ enumerator2255 if (hkey >= TP_HKEY_EV_ORIG_KEY_START && in tpacpi_input_send_key()2257 scancode = hkey - TP_HKEY_EV_ORIG_KEY_START; in tpacpi_input_send_key()2293 tpacpi_input_send_key(TP_HKEY_EV_ORIG_KEY_START + scancode, NULL); in tpacpi_hotkey_send_key()3652 if (hkey >= TP_HKEY_EV_ORIG_KEY_START && hkey <= TP_HKEY_EV_ORIG_KEY_END) { in hotkey_notify_hotkey()3656 unsigned int scancode = hkey - TP_HKEY_EV_ORIG_KEY_START; in hotkey_notify_hotkey()