Linux Kernel
3.7.1
|
#include <rc-core-priv.h>
Data Fields | |
struct input_dev * | idev |
struct timer_list | rx_timeout |
char | name [64] |
char | phys [64] |
int | state |
u8 | header |
u32 | body |
unsigned | count |
unsigned | wanted_bits |
Definition at line 92 of file rc-core-priv.h.
u32 body |
Definition at line 99 of file rc-core-priv.h.
unsigned count |
Definition at line 100 of file rc-core-priv.h.
Definition at line 98 of file rc-core-priv.h.
struct input_dev* idev |
Definition at line 93 of file rc-core-priv.h.
char name[64] |
Definition at line 95 of file rc-core-priv.h.
char phys[64] |
Definition at line 96 of file rc-core-priv.h.
struct timer_list rx_timeout |
Definition at line 94 of file rc-core-priv.h.
Definition at line 97 of file rc-core-priv.h.
unsigned wanted_bits |
Definition at line 101 of file rc-core-priv.h.