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

/linux-master/drivers/hid/
H A Dhid-lg4ff.c145 static const struct lg4ff_multimode_wheel lg4ff_multimode_wheels[] = { variable in typeref:struct:lg4ff_multimode_wheel
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)) {
1354 mmode_wheel = &lg4ff_multimode_wheels[mmode_idx];

Completed in 103 milliseconds