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