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

Data Fields

struct gpio_keys_buttonbutton
 
struct input_dev * input
 
struct timer_list timer
 
struct work_struct work
 
unsigned int timer_debounce
 
unsigned int irq
 
spinlock_t lock
 
bool disabled
 
bool key_pressed
 

Detailed Description

Definition at line 33 of file gpio_keys.c.

Field Documentation

Definition at line 34 of file gpio_keys.c.

bool disabled

Definition at line 41 of file gpio_keys.c.

struct input_dev* input

Definition at line 35 of file gpio_keys.c.

unsigned int irq

Definition at line 39 of file gpio_keys.c.

bool key_pressed

Definition at line 42 of file gpio_keys.c.

spinlock_t lock

Definition at line 40 of file gpio_keys.c.

Definition at line 36 of file gpio_keys.c.

unsigned int timer_debounce

Definition at line 38 of file gpio_keys.c.

Definition at line 37 of file gpio_keys.c.


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