Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hid/
Dhid-lg4ff.c224 static const struct lg4ff_wheel_ident_info *lg4ff_main_checklist[] = { variable
1102 for (i = 0; i < ARRAY_SIZE(lg4ff_main_checklist); i++) { in lg4ff_identify_multimode_wheel()
1103 const u16 mask = lg4ff_main_checklist[i]->mask; in lg4ff_identify_multimode_wheel()
1104 const u16 result = lg4ff_main_checklist[i]->result; in lg4ff_identify_multimode_wheel()
1105 const u16 real_product_id = lg4ff_main_checklist[i]->real_product_id; in lg4ff_identify_multimode_wheel()
1107 if ((current_mode & lg4ff_main_checklist[i]->modes) && \ in lg4ff_identify_multimode_wheel()