Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/media/i2c/ccs/
H A Dccs-core.c45 * ccs_module_idents - supported camera modules
47 static const struct ccs_module_ident ccs_module_idents[] = { variable
2911 for (i = 0; i < ARRAY_SIZE(ccs_module_idents); i++) { in ccs_identify_module()
2912 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()
2920 if (ccs_module_idents[i].model_id != minfo->model_id) in ccs_identify_module()
2922 if (ccs_module_idents[i].flags in ccs_identify_module()
2924 if (ccs_module_idents[ in ccs_identify_module()
[all...]

Completed in 4 milliseconds