Linux Kernel
3.7.1
|
Data Fields | |
struct wiimote_data * | wdata |
struct work_struct | worker |
struct input_dev * | input |
struct input_dev * | mp_input |
atomic_t | opened |
atomic_t | mp_opened |
bool | plugged |
bool | mp_plugged |
bool | motionp |
__u8 | ext_type |
__u16 | calib [4][3] |
Definition at line 19 of file hid-wiimote-ext.c.
__u16 calib[4][3] |
Definition at line 31 of file hid-wiimote-ext.c.
__u8 ext_type |
Definition at line 30 of file hid-wiimote-ext.c.
struct input_dev* input |
Definition at line 22 of file hid-wiimote-ext.c.
bool motionp |
Definition at line 29 of file hid-wiimote-ext.c.
struct input_dev* mp_input |
Definition at line 23 of file hid-wiimote-ext.c.
atomic_t mp_opened |
Definition at line 26 of file hid-wiimote-ext.c.
bool mp_plugged |
Definition at line 28 of file hid-wiimote-ext.c.
atomic_t opened |
Definition at line 25 of file hid-wiimote-ext.c.
bool plugged |
Definition at line 27 of file hid-wiimote-ext.c.
struct wiimote_data* wdata |
Definition at line 20 of file hid-wiimote-ext.c.
Definition at line 21 of file hid-wiimote-ext.c.