Searched refs:wiimod_ext_table (Results 1 – 3 of 3) sorted by relevance
730 ops = wiimod_ext_table[ext]; in wiimote_ext_load()748 ops = wiimod_ext_table[wdata->state.exttype]; in wiimote_ext_unload()1255 ops = wiimod_ext_table[wdata->state.exttype]; in handler_keys()1276 ops = wiimod_ext_table[wdata->state.exttype]; in handler_accel()1354 ops = wiimod_ext_table[wdata->state.exttype]; in handler_ext()1398 ops = wiimod_ext_table[wdata->state.exttype]; in handler_ir()
207 extern const struct wiimod_ops *wiimod_ext_table[WIIMOTE_EXT_NUM];
2875 const struct wiimod_ops *wiimod_ext_table[WIIMOTE_EXT_NUM] = { variable