Searched refs:ccs_module_idents (Results 1 – 1 of 1) sorted by relevance
47 static const struct ccs_module_ident ccs_module_idents[] = { variable2912 if (ccs_module_idents[i].mipi_manufacturer_id && in ccs_identify_module()2913 ccs_module_idents[i].mipi_manufacturer_id in ccs_identify_module()2916 if (ccs_module_idents[i].smia_manufacturer_id && in ccs_identify_module()2917 ccs_module_idents[i].smia_manufacturer_id in ccs_identify_module()2922 if (ccs_module_idents[i].flags in ccs_identify_module()2924 if (ccs_module_idents[i].revision_number_major in ccs_identify_module()2928 if (ccs_module_idents[i].revision_number_major in ccs_identify_module()2933 minfo->name = ccs_module_idents[i].name; in ccs_identify_module()2934 minfo->quirk = ccs_module_idents[i].quirk; in ccs_identify_module()[all …]