Lines Matching refs:mods
624 const __u8 *mods, *iter; in wiimote_modules_load() local
628 mods = wiimote_devtype_mods[devtype]; in wiimote_modules_load()
630 for (iter = mods; *iter != WIIMOD_NULL; ++iter) { in wiimote_modules_load()
651 for (iter = mods; *iter != WIIMOD_NULL; ++iter) { in wiimote_modules_load()
673 for ( ; iter-- != mods; ) { in wiimote_modules_load()
687 const __u8 *mods, *iter; in wiimote_modules_unload() local
691 mods = wiimote_devtype_mods[wdata->state.devtype]; in wiimote_modules_unload()
698 for (iter = mods; *iter != WIIMOD_NULL; ++iter) in wiimote_modules_unload()
706 for ( ; iter-- != mods; ) { in wiimote_modules_unload()
1247 const __u8 *iter, *mods; in handler_keys() local
1256 mods = wiimote_devtype_mods[wdata->state.devtype]; in handler_keys()
1257 for (iter = mods; *iter != WIIMOD_NULL; ++iter) { in handler_keys()
1268 const __u8 *iter, *mods; in handler_accel() local
1277 mods = wiimote_devtype_mods[wdata->state.devtype]; in handler_accel()
1278 for (iter = mods; *iter != WIIMOD_NULL; ++iter) { in handler_accel()
1308 const __u8 *iter, *mods; in handler_ext() local
1369 mods = wiimote_devtype_mods[wdata->state.devtype]; in handler_ext()
1370 for (iter = mods; *iter != WIIMOD_NULL; ++iter) { in handler_ext()
1390 const __u8 *iter, *mods; in handler_ir() local
1399 mods = wiimote_devtype_mods[wdata->state.devtype]; in handler_ir()
1400 for (iter = mods; *iter != WIIMOD_NULL; ++iter) { in handler_ir()