Lines Matching refs:hotkey_keycode_map
2035 static u16 *hotkey_keycode_map; variable
2375 const unsigned int keycode = hotkey_keycode_map[scancode]; in tpacpi_input_send_key()
3172 if (hotkey_keycode_map[scancode] != KEY_RESERVED) { in hotkey_unmap()
3173 clear_bit(hotkey_keycode_map[scancode], in hotkey_unmap()
3175 hotkey_keycode_map[scancode] = KEY_RESERVED; in hotkey_unmap()
3653 hotkey_keycode_map = kmemdup(&tpacpi_keymaps[keymap_id], in hotkey_init()
3655 if (!hotkey_keycode_map) { in hotkey_init()
3664 tpacpi_inputdev->keycode = hotkey_keycode_map; in hotkey_init()
3666 if (hotkey_keycode_map[i] != KEY_RESERVED) { in hotkey_init()
3668 hotkey_keycode_map[i]); in hotkey_init()
3863 keycode = hotkey_keycode_map[scancode - FIRST_ADAPTIVE_KEY + in adaptive_keyboard_hotkey_notify_hotkey()
10571 kfree(hotkey_keycode_map); in thinkpad_acpi_module_exit()