Linux Kernel
3.7.1
|
Data Fields | |
struct list_head | list |
pmask_t | mask |
pmask_t | value |
enum input_type | type |
enum input_state | state |
__u8 | rise_time |
__u8 | fall_time |
__u8 | rise_timer |
__u8 | fall_timer |
__u8 | high_timer |
union { | |
struct { | |
void(* press_fct )(int) | |
void(* release_fct )(int) | |
int press_data | |
int release_data | |
} std | |
struct { | |
char press_str [sizeof(void *)+sizeof(int)] | |
char repeat_str [sizeof(void *)+sizeof(int)] | |
char release_str [sizeof(void *)+sizeof(int)] | |
} kbd | |
} | u |
struct { ... } kbd |
enum input_state state |
struct { ... } std |
enum input_type type |
union { ... } u |