Home
last modified time | relevance | path

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

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