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)
724 static void wiimote_ext_load(struct wiimote_data *wdata, unsigned int ext)
730 ops = wiimod_ext_table[ext];
735 ext = WIIMOTE_EXT_UNKNOWN;
739 wdata->state.exttype = ext;
870 bool ext;
886 ext = wdata->state.flags & WIIPROTO_FLAG_EXT_PLUGGED;
889 if (!ext)