Lines Matching defs:wiimote_state
116 struct wiimote_state { struct
117 spinlock_t lock;
118 __u32 flags;
119 __u8 accel_split[2];
120 __u8 drm;
121 __u8 devtype;
122 __u8 exttype;
123 __u8 mp;
126 struct mutex sync;
127 struct completion ready;
128 int cmd;
129 __u32 opt;
132 __u8 cmd_battery;
133 __u8 cmd_err;
134 __u8 *cmd_read_buf;
135 __u8 cmd_read_size;
138 __u16 calib_bboard[4][3];
162 struct wiimote_state state; argument