Lines Matching refs:iter
619 const __u8 *mods, *iter; in wiimote_modules_load() local
625 for (iter = mods; *iter != WIIMOD_NULL; ++iter) { in wiimote_modules_load()
626 if (wiimod_table[*iter]->flags & WIIMOD_FLAG_INPUT) { in wiimote_modules_load()
646 for (iter = mods; *iter != WIIMOD_NULL; ++iter) { in wiimote_modules_load()
647 ops = wiimod_table[*iter]; in wiimote_modules_load()
668 for ( ; iter-- != mods; ) { in wiimote_modules_load()
669 ops = wiimod_table[*iter]; in wiimote_modules_load()
682 const __u8 *mods, *iter; in wiimote_modules_unload() local
693 for (iter = mods; *iter != WIIMOD_NULL; ++iter) in wiimote_modules_unload()
701 for ( ; iter-- != mods; ) { in wiimote_modules_unload()
702 ops = wiimod_table[*iter]; in wiimote_modules_unload()
1240 const __u8 *iter, *mods; in handler_keys() local
1250 for (iter = mods; *iter != WIIMOD_NULL; ++iter) { in handler_keys()
1251 ops = wiimod_table[*iter]; in handler_keys()
1261 const __u8 *iter, *mods; in handler_accel() local
1271 for (iter = mods; *iter != WIIMOD_NULL; ++iter) { in handler_accel()
1272 ops = wiimod_table[*iter]; in handler_accel()
1301 const __u8 *iter, *mods; in handler_ext() local
1363 for (iter = mods; *iter != WIIMOD_NULL; ++iter) { in handler_ext()
1364 ops = wiimod_table[*iter]; in handler_ext()
1383 const __u8 *iter, *mods; in handler_ir() local
1393 for (iter = mods; *iter != WIIMOD_NULL; ++iter) { in handler_ir()
1394 ops = wiimod_table[*iter]; in handler_ir()