Lines Matching refs:wiimote_data

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()
321 struct wiimote_data *wdata = dev_to_wii(dev); in wiimod_led_set()
342 struct wiimote_data *wdata) in wiimod_led_probe()
384 struct wiimote_data *wdata) in wiimod_led_remove()
428 static void wiimod_accel_in_accel(struct wiimote_data *wdata, in wiimod_accel_in_accel()
464 struct wiimote_data *wdata = input_get_drvdata(dev); in wiimod_accel_open()
476 struct wiimote_data *wdata = input_get_drvdata(dev); in wiimod_accel_close()
485 struct wiimote_data *wdata) in wiimod_accel_probe()
526 struct wiimote_data *wdata) in wiimod_accel_remove()
553 static void wiimod_ir_in_ir(struct wiimote_data *wdata, const __u8 *ir, in wiimod_ir_in_ir()
610 static int wiimod_ir_change(struct wiimote_data *wdata, __u16 mode) in wiimod_ir_change()
724 struct wiimote_data *wdata = input_get_drvdata(dev); in wiimod_ir_open()
731 struct wiimote_data *wdata = input_get_drvdata(dev); in wiimod_ir_close()
737 struct wiimote_data *wdata) in wiimod_ir_probe()
788 struct wiimote_data *wdata) in wiimod_ir_remove()
823 static void wiimod_nunchuk_in_ext(struct wiimote_data *wdata, const __u8 *ext) in wiimod_nunchuk_in_ext()
909 struct wiimote_data *wdata = input_get_drvdata(dev); in wiimod_nunchuk_open()
922 struct wiimote_data *wdata = input_get_drvdata(dev); in wiimod_nunchuk_close()
932 struct wiimote_data *wdata) in wiimod_nunchuk_probe()
985 struct wiimote_data *wdata) in wiimod_nunchuk_remove()
1047 static void wiimod_classic_in_ext(struct wiimote_data *wdata, const __u8 *ext) in wiimod_classic_in_ext()
1184 struct wiimote_data *wdata = input_get_drvdata(dev); in wiimod_classic_open()
1197 struct wiimote_data *wdata = input_get_drvdata(dev); in wiimod_classic_close()
1207 struct wiimote_data *wdata) in wiimod_classic_probe()
1263 struct wiimote_data *wdata) in wiimod_classic_remove()
1293 static void wiimod_bboard_in_keys(struct wiimote_data *wdata, const __u8 *keys) in wiimod_bboard_in_keys()
1300 static void wiimod_bboard_in_ext(struct wiimote_data *wdata, in wiimod_bboard_in_ext()
1375 struct wiimote_data *wdata = input_get_drvdata(dev); in wiimod_bboard_open()
1388 struct wiimote_data *wdata = input_get_drvdata(dev); in wiimod_bboard_close()
1401 struct wiimote_data *wdata = dev_to_wii(dev); in wiimod_bboard_calib_show()
1452 struct wiimote_data *wdata) in wiimod_bboard_probe()
1536 struct wiimote_data *wdata) in wiimod_bboard_remove()
1607 static void wiimod_pro_in_ext(struct wiimote_data *wdata, const __u8 *ext) in wiimod_pro_in_ext()
1750 struct wiimote_data *wdata = input_get_drvdata(dev); in wiimod_pro_open()
1763 struct wiimote_data *wdata = input_get_drvdata(dev); in wiimod_pro_close()
1775 struct wiimote_data *wdata = input_get_drvdata(dev); in wiimod_pro_play()
1801 struct wiimote_data *wdata = dev_to_wii(dev); in wiimod_pro_calib_show()
1817 struct wiimote_data *wdata = dev_to_wii(dev); in wiimod_pro_calib_store()
1847 struct wiimote_data *wdata) in wiimod_pro_probe()
1926 struct wiimote_data *wdata) in wiimod_pro_remove()
1961 static inline void wiimod_drums_report_pressure(struct wiimote_data *wdata, in wiimod_drums_report_pressure()
1978 static void wiimod_drums_in_ext(struct wiimote_data *wdata, const __u8 *ext) in wiimod_drums_in_ext()
2070 struct wiimote_data *wdata = input_get_drvdata(dev); in wiimod_drums_open()
2083 struct wiimote_data *wdata = input_get_drvdata(dev); in wiimod_drums_close()
2093 struct wiimote_data *wdata) in wiimod_drums_probe()
2157 struct wiimote_data *wdata) in wiimod_drums_remove()
2207 static void wiimod_guitar_in_ext(struct wiimote_data *wdata, const __u8 *ext) in wiimod_guitar_in_ext()
2300 struct wiimote_data *wdata = input_get_drvdata(dev); in wiimod_guitar_open()
2313 struct wiimote_data *wdata = input_get_drvdata(dev); in wiimod_guitar_close()
2323 struct wiimote_data *wdata) in wiimod_guitar_probe()
2373 struct wiimote_data *wdata) in wiimod_guitar_remove()
2398 struct wiimote_data *wdata) in wiimod_builtin_mp_probe()
2410 struct wiimote_data *wdata) in wiimod_builtin_mp_remove()
2434 struct wiimote_data *wdata) in wiimod_no_mp_probe()
2446 struct wiimote_data *wdata) in wiimod_no_mp_remove()
2472 static void wiimod_mp_in_mp(struct wiimote_data *wdata, const __u8 *ext) in wiimod_mp_in_mp()
2533 struct wiimote_data *wdata = input_get_drvdata(dev); in wiimod_mp_open()
2547 struct wiimote_data *wdata = input_get_drvdata(dev); in wiimod_mp_close()
2558 struct wiimote_data *wdata) in wiimod_mp_probe()
2600 struct wiimote_data *wdata) in wiimod_mp_remove()