Linux Kernel
3.7.1
|
#include <tc3589x.h>
Data Fields | |
struct matrix_keymap_data * | keymap_data |
u8 | krow |
u8 | kcol |
u8 | debounce_period |
u8 | settle_time |
unsigned long | irqtype |
bool | enable_wakeup |
bool | no_autorepeat |
struct tc35893_platform_data - data structure for platform specific data : matrix scan code table for keycodes : mask for available rows, value is 0xFF : mask for available columns, value is 0xFF : platform specific debounce time : platform specific settle down time : type of interrupt, falling or rising edge : specifies if keypad event can wake up system from sleep : flag for auto repetition
struct matrix_keymap_data* keymap_data |