Lines Matching defs:wiimote_state
118 struct wiimote_state { struct
119 spinlock_t lock;
120 __u32 flags;
121 __u8 accel_split[2];
122 __u8 drm;
123 __u8 devtype;
124 __u8 exttype;
125 __u8 mp;
128 struct mutex sync;
129 struct completion ready;
130 int cmd;
131 __u32 opt;
134 __u8 cmd_battery;
135 __u8 cmd_err;
136 __u8 *cmd_read_buf;
137 __u8 cmd_read_size;
140 __u16 calib_bboard[4][3];
164 struct wiimote_state state; argument