Home
last modified time | relevance | path

Searched refs:ccs_version (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/media/i2c/ccs/
H A Dccs.h119 u32 ccs_version; member
H A Dccs-core.c2848 rval = ccs_read(sensor, MIPI_CCS_VERSION, &minfo->ccs_version); in ccs_identify_module()
2849 if (!rval && !minfo->ccs_version) in ccs_identify_module()
2852 if (!rval && !minfo->ccs_version) in ccs_identify_module()
2886 if (minfo->ccs_version) { in ccs_identify_module()
2888 (minfo->ccs_version & CCS_MIPI_CCS_VERSION_MAJOR_MASK) in ccs_identify_module()
2890 (minfo->ccs_version & CCS_MIPI_CCS_VERSION_MINOR_MASK)); in ccs_identify_module()