Searched refs:mmode_idx (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/hid/
H A Dhid-lg4ff.c1272 int mmode_ret, mmode_idx = -1; local
1330 for (mmode_idx = 0; mmode_idx < ARRAY_SIZE(lg4ff_multimode_wheels); mmode_idx++) {
1331 if (real_product_id == lg4ff_multimode_wheels[mmode_idx].product_id)
1335 if (mmode_idx == ARRAY_SIZE(lg4ff_multimode_wheels)) {
1353 BUG_ON(mmode_idx == -1);
1354 mmode_wheel = &lg4ff_multimode_wheels[mmode_idx];

Completed in 93 milliseconds