Lines Matching refs:hotkey_keycode_map
1902 static u16 *hotkey_keycode_map; variable
2240 const unsigned int keycode = hotkey_keycode_map[scancode]; in tpacpi_input_send_key()
3062 if (hotkey_keycode_map[scancode] != KEY_RESERVED) { in hotkey_unmap()
3063 clear_bit(hotkey_keycode_map[scancode], in hotkey_unmap()
3065 hotkey_keycode_map[scancode] = KEY_RESERVED; in hotkey_unmap()
3508 hotkey_keycode_map = kmemdup(&tpacpi_keymaps[keymap_id], in hotkey_init()
3510 if (!hotkey_keycode_map) { in hotkey_init()
3518 tpacpi_inputdev->keycode = hotkey_keycode_map; in hotkey_init()
3520 if (hotkey_keycode_map[i] != KEY_RESERVED) { in hotkey_init()
3522 hotkey_keycode_map[i]); in hotkey_init()
3710 keycode = hotkey_keycode_map[scancode - FIRST_ADAPTIVE_KEY + in adaptive_keyboard_hotkey_notify_hotkey()
11565 kfree(hotkey_keycode_map); in thinkpad_acpi_module_exit()