Lines Matching defs:ext
197 bool ext;
199 ext = (wdata->state.flags & WIIPROTO_FLAG_EXT_USED) ||
204 if (ext)
227 if (ext)
232 if (ext)
720 static void wiimote_ext_load(struct wiimote_data *wdata, unsigned int ext)
726 ops = wiimod_ext_table[ext];
731 ext = WIIMOTE_EXT_UNKNOWN;
735 wdata->state.exttype = ext;
866 bool ext;
882 ext = wdata->state.flags & WIIPROTO_FLAG_EXT_PLUGGED;
885 if (!ext)