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