Lines Matching defs:wiimote_data
143 struct wiimote_data { struct
144 struct hid_device *hdev;
145 struct input_dev *input;
146 struct work_struct rumble_worker;
147 struct led_classdev *leds[4];
148 struct input_dev *accel;
149 struct input_dev *ir;
150 struct power_supply *battery;
151 struct power_supply_desc battery_desc;
152 struct input_dev *mp;
153 struct timer_list timer;
154 struct wiimote_debug *debug;
156 union {
158 } extension;
160 struct wiimote_queue queue;
161 struct wiimote_state state;
162 struct work_struct init_worker;