Linux Kernel
3.7.1
|
Data Fields | |
struct input_dev * | input |
void __iomem * | base |
unsigned int | irq |
unsigned int | rows |
unsigned int | cols |
u32 | reg_offset |
u32 | irqreg_offset |
unsigned int | row_shift |
bool | no_autorepeat |
unsigned char | key_state [8] |
unsigned short * | keymap |
Definition at line 77 of file omap4-keypad.c.
Definition at line 80 of file omap4-keypad.c.
unsigned int cols |
Definition at line 84 of file omap4-keypad.c.
struct input_dev* input |
Definition at line 78 of file omap4-keypad.c.
unsigned int irq |
Definition at line 81 of file omap4-keypad.c.
u32 irqreg_offset |
Definition at line 86 of file omap4-keypad.c.
unsigned char key_state[8] |
Definition at line 89 of file omap4-keypad.c.
unsigned short* keymap |
Definition at line 90 of file omap4-keypad.c.
bool no_autorepeat |
Definition at line 88 of file omap4-keypad.c.
u32 reg_offset |
Definition at line 85 of file omap4-keypad.c.
unsigned int row_shift |
Definition at line 87 of file omap4-keypad.c.
unsigned int rows |
Definition at line 83 of file omap4-keypad.c.