Searched refs:smiapp_module_idents (Results 1 – 1 of 1) sorted by relevance
46 static const struct smiapp_module_ident smiapp_module_idents[] = { variable2435 for (i = 0; i < ARRAY_SIZE(smiapp_module_idents); i++) { in smiapp_identify_module()2436 if (smiapp_module_idents[i].manufacturer_id in smiapp_identify_module()2439 if (smiapp_module_idents[i].model_id != minfo->model_id) in smiapp_identify_module()2441 if (smiapp_module_idents[i].flags in smiapp_identify_module()2443 if (smiapp_module_idents[i].revision_number_major in smiapp_identify_module()2447 if (smiapp_module_idents[i].revision_number_major in smiapp_identify_module()2452 minfo->name = smiapp_module_idents[i].name; in smiapp_identify_module()2453 minfo->quirk = smiapp_module_idents[i].quirk; in smiapp_identify_module()2457 if (i >= ARRAY_SIZE(smiapp_module_idents)) in smiapp_identify_module()