Searched defs:wiimote_data (Results 1 – 1 of 1) sorted by relevance
144 struct wiimote_data { struct145 struct hid_device *hdev;146 struct input_dev *input;149 struct input_dev *accel;150 struct input_dev *ir;153 struct input_dev *mp;154 struct timer_list timer;157 union {159 } extension;161 struct wiimote_queue queue;[all …]
Completed in 6 milliseconds