Linux Kernel
3.7.1
|
Data Fields | |
int | irq |
void __iomem * | reg_base |
struct input_dev * | input |
struct ske_keypad_platform_data * | board |
unsigned short | keymap [SKE_KPD_NUM_ROWS *SKE_KPD_NUM_COLS] |
struct clk * | clk |
spinlock_t | ske_keypad_lock |
struct ske_keypad - data structure used by keypad driver : irq no : ske regsiters base address : pointer to input device object : keypad platform device : matrix scan code table for keycodes : clock structure pointer
Definition at line 63 of file nomadik-ske-keypad.c.
Definition at line 67 of file nomadik-ske-keypad.c.
Definition at line 69 of file nomadik-ske-keypad.c.
struct input_dev* input |
Definition at line 66 of file nomadik-ske-keypad.c.
int irq |
Definition at line 64 of file nomadik-ske-keypad.c.
unsigned short keymap[SKE_KPD_NUM_ROWS *SKE_KPD_NUM_COLS] |
Definition at line 68 of file nomadik-ske-keypad.c.
Definition at line 65 of file nomadik-ske-keypad.c.
spinlock_t ske_keypad_lock |
Definition at line 70 of file nomadik-ske-keypad.c.