Lines Matching refs:hotkey_keycode_map
2049 static u16 *hotkey_keycode_map; variable
2389 const unsigned int keycode = hotkey_keycode_map[scancode]; in tpacpi_input_send_key()
3186 if (hotkey_keycode_map[scancode] != KEY_RESERVED) { in hotkey_unmap()
3187 clear_bit(hotkey_keycode_map[scancode], in hotkey_unmap()
3189 hotkey_keycode_map[scancode] = KEY_RESERVED; in hotkey_unmap()
3656 hotkey_keycode_map = kmemdup(&tpacpi_keymaps[keymap_id], in hotkey_init()
3658 if (!hotkey_keycode_map) { in hotkey_init()
3667 tpacpi_inputdev->keycode = hotkey_keycode_map; in hotkey_init()
3669 if (hotkey_keycode_map[i] != KEY_RESERVED) { in hotkey_init()
3671 hotkey_keycode_map[i]); in hotkey_init()
3866 keycode = hotkey_keycode_map[scancode - FIRST_ADAPTIVE_KEY + in adaptive_keyboard_hotkey_notify_hotkey()
10439 kfree(hotkey_keycode_map); in thinkpad_acpi_module_exit()