Lines Matching refs:mods
628 const __u8 *mods, *iter; in wiimote_modules_load() local
632 mods = wiimote_devtype_mods[devtype]; in wiimote_modules_load()
634 for (iter = mods; *iter != WIIMOD_NULL; ++iter) { in wiimote_modules_load()
655 for (iter = mods; *iter != WIIMOD_NULL; ++iter) { in wiimote_modules_load()
677 for ( ; iter-- != mods; ) { in wiimote_modules_load()
691 const __u8 *mods, *iter; in wiimote_modules_unload() local
695 mods = wiimote_devtype_mods[wdata->state.devtype]; in wiimote_modules_unload()
702 for (iter = mods; *iter != WIIMOD_NULL; ++iter) in wiimote_modules_unload()
710 for ( ; iter-- != mods; ) { in wiimote_modules_unload()
1252 const __u8 *iter, *mods; in handler_keys() local
1261 mods = wiimote_devtype_mods[wdata->state.devtype]; in handler_keys()
1262 for (iter = mods; *iter != WIIMOD_NULL; ++iter) { in handler_keys()
1273 const __u8 *iter, *mods; in handler_accel() local
1282 mods = wiimote_devtype_mods[wdata->state.devtype]; in handler_accel()
1283 for (iter = mods; *iter != WIIMOD_NULL; ++iter) { in handler_accel()
1313 const __u8 *iter, *mods; in handler_ext() local
1374 mods = wiimote_devtype_mods[wdata->state.devtype]; in handler_ext()
1375 for (iter = mods; *iter != WIIMOD_NULL; ++iter) { in handler_ext()
1395 const __u8 *iter, *mods; in handler_ir() local
1404 mods = wiimote_devtype_mods[wdata->state.devtype]; in handler_ir()
1405 for (iter = mods; *iter != WIIMOD_NULL; ++iter) { in handler_ir()