Searched refs:wiimote_data (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/hid/
H A Dhid-wiimote.h144 struct wiimote_data { struct
194 struct wiimote_data *wdata);
196 struct wiimote_data *wdata);
198 void (*in_keys) (struct wiimote_data *wdata, const __u8 *keys);
199 void (*in_accel) (struct wiimote_data *wdata, const __u8 *accel);
200 void (*in_ir) (struct wiimote_data *wdata, const __u8 *ir, bool packed,
202 void (*in_mp) (struct wiimote_data *wdata, const __u8 *mp);
203 void (*in_ext) (struct wiimote_data *wdata, const __u8 *ext);
264 void __wiimote_schedule(struct wiimote_data *wdata);
266 extern void wiiproto_req_drm(struct wiimote_data *wdat
[all...]
H A Dhid-wiimote-core.c45 struct wiimote_data *wdata = container_of(queue, struct wiimote_data,
70 static void wiimote_queue(struct wiimote_data *wdata, const __u8 *buffer,
124 static inline void wiiproto_keep_rumble(struct wiimote_data *wdata, __u8 *cmd1)
130 void wiiproto_req_rumble(struct wiimote_data *wdata, __u8 rumble)
150 void wiiproto_req_leds(struct wiimote_data *wdata, int leds)
194 static __u8 select_drm(struct wiimote_data *wdata)
240 void wiiproto_req_drm(struct wiimote_data *wdata, __u8 drm)
258 void wiiproto_req_status(struct wiimote_data *wdata)
269 void wiiproto_req_accel(struct wiimote_data *wdat
[all...]
H A Dhid-wiimote-modules.c62 static void wiimod_keys_in_keys(struct wiimote_data *wdata, const __u8 *keys)
90 struct wiimote_data *wdata)
122 struct wiimote_data *wdata = container_of(work, struct wiimote_data,
133 struct wiimote_data *wdata = input_get_drvdata(dev);
156 struct wiimote_data *wdata)
168 struct wiimote_data *wdata)
203 struct wiimote_data *wdata = power_supply_get_drvdata(psy);
235 struct wiimote_data *wdata)
269 struct wiimote_data *wdat
[all...]
H A Dhid-wiimote-debug.c18 struct wiimote_data *wdata;
27 struct wiimote_data *wdata = dbg->wdata;
172 int wiidebug_init(struct wiimote_data *wdata)
197 void wiidebug_deinit(struct wiimote_data *wdata)

Completed in 100 milliseconds