Home
last modified time | relevance | path

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

/openbmc/linux/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);
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);
269 extern void wiiproto_req_status(struct wiimote_data *wdata);
287 extern int wiidebug_init(struct wiimote_data *wdata);
288 extern void wiidebug_deinit(struct wiimote_data *wdata);
[all …]
H A Dhid-wiimote-core.c45 struct wiimote_data *wdata = container_of(queue, struct wiimote_data, in wiimote_queue_worker()
194 static __u8 select_drm(struct wiimote_data *wdata) in select_drm()
258 void wiiproto_req_status(struct wiimote_data *wdata) in wiiproto_req_status()
1210 struct wiimote_data *wdata = container_of(work, struct wiimote_data, in wiimote_init_worker()
1226 void __wiimote_schedule(struct wiimote_data *wdata) in __wiimote_schedule()
1625 struct wiimote_data *wdata = hid_get_drvdata(hdev); in wiimote_hid_event()
1654 struct wiimote_data *wdata = dev_to_wii(dev); in wiimote_ext_show()
1689 struct wiimote_data *wdata = dev_to_wii(dev); in wiimote_ext_store()
1707 struct wiimote_data *wdata = dev_to_wii(dev); in wiimote_dev_show()
1738 struct wiimote_data *wdata; in wiimote_create()
[all …]
H A Dhid-wiimote-modules.c90 struct wiimote_data *wdata) in wiimod_keys_probe()
122 struct wiimote_data *wdata = container_of(work, struct wiimote_data, in wiimod_rumble_worker()
168 struct wiimote_data *wdata) in wiimod_rumble_remove()
235 struct wiimote_data *wdata) in wiimod_battery_probe()
269 struct wiimote_data *wdata) in wiimod_battery_remove()
339 struct wiimote_data *wdata) in wiimod_led_probe()
523 struct wiimote_data *wdata) in wiimod_accel_remove()
929 struct wiimote_data *wdata) in wiimod_nunchuk_probe()
1223 struct wiimote_data *wdata) in wiimod_classic_probe()
2173 struct wiimote_data *wdata) in wiimod_drums_remove()
[all …]
H A Dhid-wiimote-debug.c18 struct wiimote_data *wdata;
27 struct wiimote_data *wdata = dbg->wdata; in wiidebug_eeprom_read()
172 int wiidebug_init(struct wiimote_data *wdata) in wiidebug_init()
197 void wiidebug_deinit(struct wiimote_data *wdata) in wiidebug_deinit()