mmode_idx        1266 drivers/hid/hid-lg4ff.c 	int mmode_ret, mmode_idx = -1;
mmode_idx        1324 drivers/hid/hid-lg4ff.c 		for (mmode_idx = 0; mmode_idx < ARRAY_SIZE(lg4ff_multimode_wheels); mmode_idx++) {
mmode_idx        1325 drivers/hid/hid-lg4ff.c 			if (real_product_id == lg4ff_multimode_wheels[mmode_idx].product_id)
mmode_idx        1329 drivers/hid/hid-lg4ff.c 		if (mmode_idx == ARRAY_SIZE(lg4ff_multimode_wheels)) {
mmode_idx        1347 drivers/hid/hid-lg4ff.c 		BUG_ON(mmode_idx == -1);
mmode_idx        1348 drivers/hid/hid-lg4ff.c 		mmode_wheel = &lg4ff_multimode_wheels[mmode_idx];