Home
last modified time | relevance | path

Searched refs:wiimod_ext_table (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/hid/
Dhid-wiimote-core.c721 ops = wiimod_ext_table[ext]; in wiimote_ext_load()
739 ops = wiimod_ext_table[wdata->state.exttype]; in wiimote_ext_unload()
1243 ops = wiimod_ext_table[wdata->state.exttype]; in handler_keys()
1264 ops = wiimod_ext_table[wdata->state.exttype]; in handler_accel()
1342 ops = wiimod_ext_table[wdata->state.exttype]; in handler_ext()
1386 ops = wiimod_ext_table[wdata->state.exttype]; in handler_ir()
Dhid-wiimote.h204 extern const struct wiimod_ops *wiimod_ext_table[WIIMOTE_EXT_NUM];
Dhid-wiimote-modules.c2199 const struct wiimod_ops *wiimod_ext_table[WIIMOTE_EXT_NUM] = { variable