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

/linux-master/drivers/hid/
H A Dhid-lg4ff.c217 static const struct lg4ff_wheel_ident_info *lg4ff_main_checklist[] = { variable in typeref:struct:lg4ff_wheel_ident_info
1203 for (i = 0; i < ARRAY_SIZE(lg4ff_main_checklist); i++) {
1204 const u16 mask = lg4ff_main_checklist[i]->mask;
1205 const u16 result = lg4ff_main_checklist[i]->result;
1206 const u16 real_product_id = lg4ff_main_checklist[i]->real_product_id;
1208 if ((current_mode & lg4ff_main_checklist[i]->modes) && \

Completed in 206 milliseconds