Searched refs:imx258_read_reg_otp (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | imx258_eeprom.c | 22 static int imx258_read_reg_otp(struct i2c_client *client, u16 reg, in imx258_read_reg_otp() function 82 ret = imx258_read_reg_otp(client, GZ_INFO_FLAG_REG, in imx258_otp_read_gz() 86 ret |= imx258_read_reg_otp(client, GZ_ID_REG, in imx258_otp_read_gz() 88 ret |= imx258_read_reg_otp(client, GZ_LENS_ID_REG, in imx258_otp_read_gz() 90 ret |= imx258_read_reg_otp(client, GZ_PRODUCT_YEAR_REG, in imx258_otp_read_gz() 92 ret |= imx258_read_reg_otp(client, GZ_PRODUCT_MONTH_REG, in imx258_otp_read_gz() 94 ret |= imx258_read_reg_otp(client, GZ_PRODUCT_DAY_REG, in imx258_otp_read_gz() 107 ret = imx258_read_reg_otp(client, GZ_AWB_FLAG_REG, in imx258_otp_read_gz() 111 ret |= imx258_read_reg_otp(client, GZ_CUR_R_REG, in imx258_otp_read_gz() 114 ret |= imx258_read_reg_otp(client, GZ_CUR_GR_REG, in imx258_otp_read_gz() [all …]
|