Lines Matching refs:hotkey_keycode_map
2043 static u16 *hotkey_keycode_map; variable
2383 const unsigned int keycode = hotkey_keycode_map[scancode]; in tpacpi_input_send_key()
3180 if (hotkey_keycode_map[scancode] != KEY_RESERVED) { in hotkey_unmap()
3181 clear_bit(hotkey_keycode_map[scancode], in hotkey_unmap()
3183 hotkey_keycode_map[scancode] = KEY_RESERVED; in hotkey_unmap()
3661 hotkey_keycode_map = kmemdup(&tpacpi_keymaps[keymap_id], in hotkey_init()
3663 if (!hotkey_keycode_map) { in hotkey_init()
3672 tpacpi_inputdev->keycode = hotkey_keycode_map; in hotkey_init()
3674 if (hotkey_keycode_map[i] != KEY_RESERVED) { in hotkey_init()
3676 hotkey_keycode_map[i]); in hotkey_init()
3871 keycode = hotkey_keycode_map[scancode - FIRST_ADAPTIVE_KEY + in adaptive_keyboard_hotkey_notify_hotkey()
11306 kfree(hotkey_keycode_map); in thinkpad_acpi_module_exit()