Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
keypad-pxa27x.h File Reference
#include <linux/input.h>
#include <linux/input/matrix_keypad.h>

Go to the source code of this file.

Data Structures

struct  pxa27x_keypad_platform_data
 

Macros

#define MAX_MATRIX_KEY_ROWS   (8)
 
#define MAX_MATRIX_KEY_COLS   (8)
 
#define MATRIX_ROW_SHIFT   (3)
 
#define MAX_DIRECT_KEY_NUM   (8)
 

Functions

void pxa_set_keypad_info (struct pxa27x_keypad_platform_data *info)
 

Macro Definition Documentation

#define MATRIX_ROW_SHIFT   (3)

Definition at line 9 of file keypad-pxa27x.h.

#define MAX_DIRECT_KEY_NUM   (8)

Definition at line 10 of file keypad-pxa27x.h.

#define MAX_MATRIX_KEY_COLS   (8)

Definition at line 8 of file keypad-pxa27x.h.

#define MAX_MATRIX_KEY_ROWS   (8)

Definition at line 7 of file keypad-pxa27x.h.

Function Documentation

void pxa_set_keypad_info ( struct pxa27x_keypad_platform_data info)