Searched refs:lg4ff_main_checklist (Results 1 – 1 of 1) sorted by relevance
217 static const struct lg4ff_wheel_ident_info *lg4ff_main_checklist[] = { variable1203 for (i = 0; i < ARRAY_SIZE(lg4ff_main_checklist); i++) { in lg4ff_identify_multimode_wheel()1204 const u16 mask = lg4ff_main_checklist[i]->mask; in lg4ff_identify_multimode_wheel()1205 const u16 result = lg4ff_main_checklist[i]->result; in lg4ff_identify_multimode_wheel()1206 const u16 real_product_id = lg4ff_main_checklist[i]->real_product_id; in lg4ff_identify_multimode_wheel()1208 if ((current_mode & lg4ff_main_checklist[i]->modes) && \ in lg4ff_identify_multimode_wheel()