Searched refs:mmode_idx (Results 1 – 1 of 1) sorted by relevance
1272 int mmode_ret, mmode_idx = -1; in lg4ff_init() local1330 for (mmode_idx = 0; mmode_idx < ARRAY_SIZE(lg4ff_multimode_wheels); mmode_idx++) { in lg4ff_init()1331 if (real_product_id == lg4ff_multimode_wheels[mmode_idx].product_id) in lg4ff_init()1335 if (mmode_idx == ARRAY_SIZE(lg4ff_multimode_wheels)) { in lg4ff_init()1353 BUG_ON(mmode_idx == -1); in lg4ff_init()1354 mmode_wheel = &lg4ff_multimode_wheels[mmode_idx]; in lg4ff_init()