Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
tegra_kbc Struct Reference

Data Fields

void __iomemmmio
 
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_datapdata
 
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 clkclk
 

Detailed Description

Definition at line 70 of file tegra-kbc.c.

Field Documentation

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.

void __iomem* mmio

Definition at line 71 of file tegra-kbc.c.

unsigned int num_pressed_keys

Definition at line 84 of file tegra-kbc.c.

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.


The documentation for this struct was generated from the following file: