Linux Kernel
3.7.1
|
#include <tegra_kbc.h>
Data Fields | |
unsigned int | debounce_cnt |
unsigned int | repeat_cnt |
struct tegra_kbc_pin_cfg | pin_cfg [KBC_MAX_GPIO] |
struct matrix_keymap_data * | keymap_data |
u32 | wakeup_key |
bool | wakeup |
bool | use_fn_map |
bool | use_ghost_filter |
Definition at line 50 of file tegra_kbc.h.
unsigned int debounce_cnt |
Definition at line 51 of file tegra_kbc.h.
struct matrix_keymap_data* keymap_data |
Definition at line 55 of file tegra_kbc.h.
struct tegra_kbc_pin_cfg pin_cfg[KBC_MAX_GPIO] |
Definition at line 54 of file tegra_kbc.h.
unsigned int repeat_cnt |
Definition at line 52 of file tegra_kbc.h.
bool use_fn_map |
Definition at line 59 of file tegra_kbc.h.
bool use_ghost_filter |
Definition at line 60 of file tegra_kbc.h.
bool wakeup |
Definition at line 58 of file tegra_kbc.h.
u32 wakeup_key |
Definition at line 57 of file tegra_kbc.h.