Linux Kernel
3.7.1
|
Data Fields | |
struct input_dev * | input |
struct rotary_encoder_platform_data * | pdata |
unsigned int | axis |
unsigned int | pos |
unsigned int | irq_a |
unsigned int | irq_b |
bool | armed |
unsigned char | dir |
char | last_stable |
Definition at line 32 of file rotary_encoder.c.
bool armed |
Definition at line 42 of file rotary_encoder.c.
unsigned int axis |
Definition at line 36 of file rotary_encoder.c.
unsigned char dir |
Definition at line 43 of file rotary_encoder.c.
struct input_dev* input |
Definition at line 33 of file rotary_encoder.c.
unsigned int irq_a |
Definition at line 39 of file rotary_encoder.c.
unsigned int irq_b |
Definition at line 40 of file rotary_encoder.c.
char last_stable |
Definition at line 45 of file rotary_encoder.c.
Definition at line 34 of file rotary_encoder.c.
unsigned int pos |
Definition at line 37 of file rotary_encoder.c.