table of contents
other versions
SPARSE_KEYMAP_ENTRY_(9) | Input Subsystem | SPARSE_KEYMAP_ENTRY_(9) |
NAME¶
sparse_keymap_entry_from_keycode - perform sparse keymap lookup
SYNOPSIS¶
struct key_entry * sparse_keymap_entry_from_keycode(struct input_dev * dev, unsigned int keycode);
ARGUMENTS¶
dev
Input device using sparse keymap
keycode
Key code
DESCRIPTION¶
This function is used to perform struct key_entry lookup in an input device using sparse keymap.
COPYRIGHT¶
January 2017 | Kernel Hackers Manual 4.8. |