Searched refs:wiimote_data (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/hid/ |
D | hid-wiimote.h | 146 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 …]
|
D | hid-wiimote-core.c | 48 struct wiimote_data *wdata = container_of(queue, struct wiimote_data, in wiimote_queue_worker() 73 static void wiimote_queue(struct wiimote_data *wdata, const __u8 *buffer, in wiimote_queue() 127 static inline void wiiproto_keep_rumble(struct wiimote_data *wdata, __u8 *cmd1) in wiiproto_keep_rumble() 133 void wiiproto_req_rumble(struct wiimote_data *wdata, __u8 rumble) in wiiproto_req_rumble() 153 void wiiproto_req_leds(struct wiimote_data *wdata, int leds) in wiiproto_req_leds() 197 static __u8 select_drm(struct wiimote_data *wdata) in select_drm() 243 void wiiproto_req_drm(struct wiimote_data *wdata, __u8 drm) in wiiproto_req_drm() 261 void wiiproto_req_status(struct wiimote_data *wdata) in wiiproto_req_status() 272 void wiiproto_req_accel(struct wiimote_data *wdata, __u8 accel) in wiiproto_req_accel() 286 void wiiproto_req_ir1(struct wiimote_data *wdata, __u8 flags) in wiiproto_req_ir1() [all …]
|
D | hid-wiimote-modules.c | 65 static void wiimod_keys_in_keys(struct wiimote_data *wdata, const __u8 *keys) in wiimod_keys_in_keys() 93 struct wiimote_data *wdata) in wiimod_keys_probe() 125 struct wiimote_data *wdata = container_of(work, struct wiimote_data, in wiimod_rumble_worker() 136 struct wiimote_data *wdata = input_get_drvdata(dev); in wiimod_rumble_play() 159 struct wiimote_data *wdata) in wiimod_rumble_probe() 171 struct wiimote_data *wdata) in wiimod_rumble_remove() 206 struct wiimote_data *wdata = power_supply_get_drvdata(psy); in wiimod_battery_get_property() 238 struct wiimote_data *wdata) in wiimod_battery_probe() 272 struct wiimote_data *wdata) in wiimod_battery_remove() 300 struct wiimote_data *wdata = dev_to_wii(dev); in wiimod_led_get() [all …]
|
D | hid-wiimote-debug.c | 21 struct wiimote_data *wdata; 30 struct wiimote_data *wdata = dbg->wdata; in wiidebug_eeprom_read() 175 int wiidebug_init(struct wiimote_data *wdata) in wiidebug_init() 210 void wiidebug_deinit(struct wiimote_data *wdata) in wiidebug_deinit()
|