Lines Matching refs:mods
619 const __u8 *mods, *iter; in wiimote_modules_load() local
623 mods = wiimote_devtype_mods[devtype]; in wiimote_modules_load()
625 for (iter = mods; *iter != WIIMOD_NULL; ++iter) { in wiimote_modules_load()
646 for (iter = mods; *iter != WIIMOD_NULL; ++iter) { in wiimote_modules_load()
668 for ( ; iter-- != mods; ) { in wiimote_modules_load()
682 const __u8 *mods, *iter; in wiimote_modules_unload() local
686 mods = wiimote_devtype_mods[wdata->state.devtype]; in wiimote_modules_unload()
693 for (iter = mods; *iter != WIIMOD_NULL; ++iter) in wiimote_modules_unload()
701 for ( ; iter-- != mods; ) { in wiimote_modules_unload()
1240 const __u8 *iter, *mods; in handler_keys() local
1249 mods = wiimote_devtype_mods[wdata->state.devtype]; in handler_keys()
1250 for (iter = mods; *iter != WIIMOD_NULL; ++iter) { in handler_keys()
1261 const __u8 *iter, *mods; in handler_accel() local
1270 mods = wiimote_devtype_mods[wdata->state.devtype]; in handler_accel()
1271 for (iter = mods; *iter != WIIMOD_NULL; ++iter) { in handler_accel()
1301 const __u8 *iter, *mods; in handler_ext() local
1362 mods = wiimote_devtype_mods[wdata->state.devtype]; in handler_ext()
1363 for (iter = mods; *iter != WIIMOD_NULL; ++iter) { in handler_ext()
1383 const __u8 *iter, *mods; in handler_ir() local
1392 mods = wiimote_devtype_mods[wdata->state.devtype]; in handler_ir()
1393 for (iter = mods; *iter != WIIMOD_NULL; ++iter) { in handler_ir()