Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/hid/
Dhid-lg4ff.c217 static const struct lg4ff_wheel_ident_info *lg4ff_main_checklist[] = { variable
1197 for (i = 0; i < ARRAY_SIZE(lg4ff_main_checklist); i++) { in lg4ff_identify_multimode_wheel()
1198 const u16 mask = lg4ff_main_checklist[i]->mask; in lg4ff_identify_multimode_wheel()
1199 const u16 result = lg4ff_main_checklist[i]->result; in lg4ff_identify_multimode_wheel()
1200 const u16 real_product_id = lg4ff_main_checklist[i]->real_product_id; in lg4ff_identify_multimode_wheel()
1202 if ((current_mode & lg4ff_main_checklist[i]->modes) && \ in lg4ff_identify_multimode_wheel()