Lines Matching refs:__u8
104 __u8 data[HID_MAX_BUFFER_SIZE];
111 __u8 head;
112 __u8 tail;
119 __u8 accel_split[2];
120 __u8 drm;
121 __u8 devtype;
122 __u8 exttype;
123 __u8 mp;
132 __u8 cmd_battery;
133 __u8 cmd_err;
134 __u8 *cmd_read_buf;
135 __u8 cmd_read_size;
140 __u8 cache_rumble;
195 void (*in_keys) (struct wiimote_data *wdata, const __u8 *keys);
196 void (*in_accel) (struct wiimote_data *wdata, const __u8 *accel);
197 void (*in_ir) (struct wiimote_data *wdata, const __u8 *ir, bool packed,
199 void (*in_mp) (struct wiimote_data *wdata, const __u8 *mp);
200 void (*in_ext) (struct wiimote_data *wdata, const __u8 *ext);
264 extern void wiiproto_req_drm(struct wiimote_data *wdata, __u8 drm);
265 extern void wiiproto_req_rumble(struct wiimote_data *wdata, __u8 rumble);
268 extern void wiiproto_req_accel(struct wiimote_data *wdata, __u8 accel);
269 extern void wiiproto_req_ir1(struct wiimote_data *wdata, __u8 flags);
270 extern void wiiproto_req_ir2(struct wiimote_data *wdata, __u8 flags);
272 const __u8 *wmem, __u8 size);
274 __u8 *rmem, __u8 size);