Searched refs:wiimote_data (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/hid/ |
H A D | hid-wiimote.h | 144 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 *wdata, __u8 drm); [all …]
|
H A D | hid-wiimote-core.c | 45 struct wiimote_data *wdata = container_of(queue, struct wiimote_data, in wiimote_queue_worker() 70 static void wiimote_queue(struct wiimote_data *wdata, const __u8 *buffer, in wiimote_queue() 124 static inline void wiiproto_keep_rumble(struct wiimote_data *wdata, __u8 *cmd1) in wiiproto_keep_rumble() 130 void wiiproto_req_rumble(struct wiimote_data *wdata, __u8 rumble) in wiiproto_req_rumble() 150 void wiiproto_req_leds(struct wiimote_data *wdata, int leds) in wiiproto_req_leds() 194 static __u8 select_drm(struct wiimote_data *wdata) in select_drm() 240 void wiiproto_req_drm(struct wiimote_data *wdata, __u8 drm) in wiiproto_req_drm() 258 void wiiproto_req_status(struct wiimote_data *wdata) in wiiproto_req_status() 269 void wiiproto_req_accel(struct wiimote_data *wdata, __u8 accel) in wiiproto_req_accel() 283 void wiiproto_req_ir1(struct wiimote_data *wdata, __u8 flags) in wiiproto_req_ir1() [all …]
|
H A D | hid-wiimote-modules.c | 62 static void wiimod_keys_in_keys(struct wiimote_data *wdata, const __u8 *keys) in wiimod_keys_in_keys() 90 struct wiimote_data *wdata) in wiimod_keys_probe() 122 struct wiimote_data *wdata = container_of(work, struct wiimote_data, in wiimod_rumble_worker() 133 struct wiimote_data *wdata = input_get_drvdata(dev); in wiimod_rumble_play() 156 struct wiimote_data *wdata) in wiimod_rumble_probe() 168 struct wiimote_data *wdata) in wiimod_rumble_remove() 203 struct wiimote_data *wdata = power_supply_get_drvdata(psy); in wiimod_battery_get_property() 235 struct wiimote_data *wdata) in wiimod_battery_probe() 269 struct wiimote_data *wdata) in wiimod_battery_remove() 297 struct wiimote_data *wdata = dev_to_wii(dev); in wiimod_led_get() [all …]
|
H A D | hid-wiimote-debug.c | 18 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()
|