Searched refs:smiapp_module_idents (Results 1 – 1 of 1) sorted by relevance
40 static const struct smiapp_module_ident smiapp_module_idents[] = { variable2461 for (i = 0; i < ARRAY_SIZE(smiapp_module_idents); i++) { in smiapp_identify_module()2462 if (smiapp_module_idents[i].manufacturer_id in smiapp_identify_module()2465 if (smiapp_module_idents[i].model_id != minfo->model_id) in smiapp_identify_module()2467 if (smiapp_module_idents[i].flags in smiapp_identify_module()2469 if (smiapp_module_idents[i].revision_number_major in smiapp_identify_module()2473 if (smiapp_module_idents[i].revision_number_major in smiapp_identify_module()2478 minfo->name = smiapp_module_idents[i].name; in smiapp_identify_module()2479 minfo->quirk = smiapp_module_idents[i].quirk; in smiapp_identify_module()2483 if (i >= ARRAY_SIZE(smiapp_module_idents)) in smiapp_identify_module()