lg4ff_multimode_wheels  145 drivers/hid/hid-lg4ff.c static const struct lg4ff_multimode_wheel lg4ff_multimode_wheels[] = {
lg4ff_multimode_wheels 1324 drivers/hid/hid-lg4ff.c 		for (mmode_idx = 0; mmode_idx < ARRAY_SIZE(lg4ff_multimode_wheels); mmode_idx++) {
lg4ff_multimode_wheels 1325 drivers/hid/hid-lg4ff.c 			if (real_product_id == lg4ff_multimode_wheels[mmode_idx].product_id)
lg4ff_multimode_wheels 1329 drivers/hid/hid-lg4ff.c 		if (mmode_idx == ARRAY_SIZE(lg4ff_multimode_wheels)) {
lg4ff_multimode_wheels 1348 drivers/hid/hid-lg4ff.c 		mmode_wheel = &lg4ff_multimode_wheels[mmode_idx];