Searched refs:ccs_module_idents (Results 1 – 1 of 1) sorted by relevance
47 static const struct ccs_module_ident ccs_module_idents[] = { variable2902 for (i = 0; i < ARRAY_SIZE(ccs_module_idents); i++) { in ccs_identify_module()2903 if (ccs_module_idents[i].mipi_manufacturer_id && in ccs_identify_module()2904 ccs_module_idents[i].mipi_manufacturer_id in ccs_identify_module()2907 if (ccs_module_idents[i].smia_manufacturer_id && in ccs_identify_module()2908 ccs_module_idents[i].smia_manufacturer_id in ccs_identify_module()2911 if (ccs_module_idents[i].model_id != minfo->model_id) in ccs_identify_module()2913 if (ccs_module_idents[i].flags in ccs_identify_module()2915 if (ccs_module_idents[i].revision_number_major in ccs_identify_module()2919 if (ccs_module_idents[i].revision_number_major in ccs_identify_module()[all …]