Searched refs:smiapp_module_idents (Results 1 – 1 of 1) sorted by relevance
40 static const struct smiapp_module_ident smiapp_module_idents[] = { variable2467 for (i = 0; i < ARRAY_SIZE(smiapp_module_idents); i++) { in smiapp_identify_module()2468 if (smiapp_module_idents[i].manufacturer_id in smiapp_identify_module()2471 if (smiapp_module_idents[i].model_id != minfo->model_id) in smiapp_identify_module()2473 if (smiapp_module_idents[i].flags in smiapp_identify_module()2475 if (smiapp_module_idents[i].revision_number_major in smiapp_identify_module()2479 if (smiapp_module_idents[i].revision_number_major in smiapp_identify_module()2484 minfo->name = smiapp_module_idents[i].name; in smiapp_identify_module()2485 minfo->quirk = smiapp_module_idents[i].quirk; in smiapp_identify_module()2489 if (i >= ARRAY_SIZE(smiapp_module_idents)) in smiapp_identify_module()