Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
matrix_keymap_data Struct Reference

#include <matrix_keypad.h>

Data Fields

const uint32_tkeymap
 
unsigned int keymap_size
 

Detailed Description

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.

Field Documentation

const uint32_t* keymap

Definition at line 31 of file matrix_keypad.h.

unsigned int keymap_size

Definition at line 32 of file matrix_keypad.h.


The documentation for this struct was generated from the following file: