Linux Kernel
3.7.1
|
#include <matrix_keypad.h>
Data Fields | |
const uint32_t * | keymap |
unsigned int | keymap_size |
struct matrix_keymap_data - keymap for matrix keyboards : pointer to array of uint32 values encoded with KEY() macro representing keymap : number of entries (initialized) in this keymap
This structure is supposed to be used by platform code to supply keymaps to drivers that implement matrix-like keypads/keyboards.
Definition at line 30 of file matrix_keypad.h.
Definition at line 31 of file matrix_keypad.h.
unsigned int keymap_size |
Definition at line 32 of file matrix_keypad.h.