Linux Kernel
3.7.1
|
Data Fields | |
struct input_dev * | input |
int | irq |
unsigned int | up_key |
unsigned int | down_key |
unsigned int | button_key |
unsigned int | rel_code |
unsigned short | cnt_config |
unsigned short | cnt_imask |
unsigned short | cnt_debounce |
Definition at line 27 of file bfin_rotary.c.
unsigned int button_key |
Definition at line 32 of file bfin_rotary.c.
unsigned short cnt_config |
Definition at line 34 of file bfin_rotary.c.
unsigned short cnt_debounce |
Definition at line 36 of file bfin_rotary.c.
unsigned short cnt_imask |
Definition at line 35 of file bfin_rotary.c.
unsigned int down_key |
Definition at line 31 of file bfin_rotary.c.
struct input_dev* input |
Definition at line 28 of file bfin_rotary.c.
int irq |
Definition at line 29 of file bfin_rotary.c.
unsigned int rel_code |
Definition at line 33 of file bfin_rotary.c.
unsigned int up_key |
Definition at line 30 of file bfin_rotary.c.