SPARSE_KEYMAP_ENTRY_

Section: Input Subsystem (9)
Updated: February 2011
Index Return to Main Contents
 

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