Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/hid/
Dhid-wiimote-core.c627 const __u8 *mods, *iter; in wiimote_modules_load() local
631 mods = wiimote_devtype_mods[devtype]; in wiimote_modules_load()
633 for (iter = mods; *iter != WIIMOD_NULL; ++iter) { in wiimote_modules_load()
654 for (iter = mods; *iter != WIIMOD_NULL; ++iter) { in wiimote_modules_load()
676 for ( ; iter-- != mods; ) { in wiimote_modules_load()
690 const __u8 *mods, *iter; in wiimote_modules_unload() local
694 mods = wiimote_devtype_mods[wdata->state.devtype]; in wiimote_modules_unload()
701 for (iter = mods; *iter != WIIMOD_NULL; ++iter) in wiimote_modules_unload()
709 for ( ; iter-- != mods; ) { in wiimote_modules_unload()
1250 const __u8 *iter, *mods; in handler_keys() local
[all …]