Linux Kernel
3.7.1
|
Data Fields | |
void __iomem * | mmio |
struct input_dev * | idev |
unsigned int | irq |
spinlock_t | lock |
unsigned int | repoll_dly |
unsigned long | cp_dly_jiffies |
unsigned int | cp_to_wkup_dly |
bool | use_fn_map |
bool | use_ghost_filter |
bool | keypress_caused_wake |
struct tegra_kbc_platform_data * | pdata |
unsigned short | keycode [KBC_MAX_KEY *2] |
unsigned short | current_keys [KBC_MAX_KPENT] |
unsigned int | num_pressed_keys |
u32 | wakeup_key |
struct timer_list | timer |
struct clk * | clk |
Definition at line 70 of file tegra-kbc.c.
Definition at line 87 of file tegra-kbc.c.
unsigned long cp_dly_jiffies |
Definition at line 76 of file tegra-kbc.c.
unsigned int cp_to_wkup_dly |
Definition at line 77 of file tegra-kbc.c.
unsigned short current_keys[KBC_MAX_KPENT] |
Definition at line 83 of file tegra-kbc.c.
struct input_dev* idev |
Definition at line 72 of file tegra-kbc.c.
unsigned int irq |
Definition at line 73 of file tegra-kbc.c.
unsigned short keycode[KBC_MAX_KEY *2] |
Definition at line 82 of file tegra-kbc.c.
bool keypress_caused_wake |
Definition at line 80 of file tegra-kbc.c.
spinlock_t lock |
Definition at line 74 of file tegra-kbc.c.
Definition at line 71 of file tegra-kbc.c.
unsigned int num_pressed_keys |
Definition at line 84 of file tegra-kbc.c.
struct tegra_kbc_platform_data* pdata |
Definition at line 81 of file tegra-kbc.c.
unsigned int repoll_dly |
Definition at line 75 of file tegra-kbc.c.
Definition at line 86 of file tegra-kbc.c.
bool use_fn_map |
Definition at line 78 of file tegra-kbc.c.
bool use_ghost_filter |
Definition at line 79 of file tegra-kbc.c.
u32 wakeup_key |
Definition at line 85 of file tegra-kbc.c.