Searched refs:ccs_module_idents (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/media/i2c/ccs/
H A Dccs-core.c46 * ccs_module_idents - supported camera modules
48 static const struct ccs_module_ident ccs_module_idents[] = { variable in typeref:struct:ccs_module_ident
2833 for (i = 0; i < ARRAY_SIZE(ccs_module_idents); i++) {
2834 if (ccs_module_idents[i].mipi_manufacturer_id &&
2835 ccs_module_idents[i].mipi_manufacturer_id
2838 if (ccs_module_idents[i].smia_manufacturer_id &&
2839 ccs_module_idents[i].smia_manufacturer_id
2842 if (ccs_module_idents[i].model_id != minfo->model_id)
2844 if (ccs_module_idents[i].flags
2846 if (ccs_module_idents[
[all...]

Completed in 164 milliseconds