Home
last modified time | relevance | path

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

/linux-6.15/drivers/platform/x86/
H A Dthinkpad_acpi.c161 TP_HKEY_EV_ORIG_KEY_START = 0x1001, /* First hotkey (FN+F1) */ enumerator
2274 if (hkey >= TP_HKEY_EV_ORIG_KEY_START && in tpacpi_input_send_key()
2276 scancode = hkey - TP_HKEY_EV_ORIG_KEY_START; in tpacpi_input_send_key()
2312 tpacpi_input_send_key(TP_HKEY_EV_ORIG_KEY_START + scancode, NULL); in tpacpi_hotkey_send_key()
3638 if (hkey >= TP_HKEY_EV_ORIG_KEY_START && hkey <= TP_HKEY_EV_ORIG_KEY_END) { in hotkey_notify_hotkey()
3642 unsigned int scancode = hkey - TP_HKEY_EV_ORIG_KEY_START; in hotkey_notify_hotkey()