Linux Kernel
3.7.1
|
#include <keypad-ep93xx.h>
Data Fields | |
struct matrix_keymap_data * | keymap_data |
unsigned int | debounce |
unsigned int | prescale |
unsigned int | flags |
struct ep93xx_keypad_platform_data - platform specific device structure : pointer to &matrix_keymap_data : debounce start count; terminal count is 0xff : row/column counter pre-scaler load value : see above
Definition at line 25 of file keypad-ep93xx.h.
unsigned int debounce |
Definition at line 27 of file keypad-ep93xx.h.
unsigned int flags |
Definition at line 29 of file keypad-ep93xx.h.
struct matrix_keymap_data* keymap_data |
Definition at line 26 of file keypad-ep93xx.h.
unsigned int prescale |
Definition at line 28 of file keypad-ep93xx.h.