Home
last modified time | relevance | path

Searched refs:TP_HKEY_EV_ORIG_KEY_START (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/platform/x86/lenovo/
H A Dthinkpad_acpi.c162 TP_HKEY_EV_ORIG_KEY_START = 0x1001, /* First hotkey (FN+F1) */ enumerator
2295 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()