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