Searched defs:wiimote_ext (Results 1 – 1 of 1) sorted by relevance
19 struct wiimote_ext { struct20 struct wiimote_data *wdata;21 struct work_struct worker;22 struct input_dev *input;23 struct input_dev *mp_input;25 atomic_t opened;26 atomic_t mp_opened;27 bool plugged;28 bool mp_plugged;29 bool motionp;[all …]