Home
last modified time | relevance | path

Searched refs:dccmap (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dotp_eeprom.c631 otp_ptr->pdaf_data.dccmap[i] = pdaf_buf[i]; in rkotp_read_pdaf()
632 checksum += otp_ptr->pdaf_data.dccmap[i]; in rkotp_read_pdaf()
642 dev_info(dev, "%d ", otp_ptr->pdaf_data.dccmap[i * w + j]); in rkotp_read_pdaf()
955 (dev->otp->pdaf_data.dccmap[(i * dccmap_w + j) * 2] << 8) | in otp_eeprom_show()
956 dev->otp->pdaf_data.dccmap[(i * dccmap_w + j) * 2 + 1]); in otp_eeprom_show()
H A Dotp_eeprom.h152 u32 dccmap[RK_DCCMAP_SIZE]; member
H A Dov50c40.c6223 inf->pdaf.dccmap[i * w + j] = in ov50c40_get_otp()
6224 (otp->pdaf_data.dccmap[(i * w + j) * 2] << 8) | in ov50c40_get_otp()
6225 otp->pdaf_data.dccmap[(i * w + j) * 2 + 1]; in ov50c40_get_otp()
H A Dimx586.c1226 inf->pdaf.dccmap[i * w + j] = in imx586_get_otp()
1227 (otp->pdaf_data.dccmap[(i * w + j) * 2] << 8) | in imx586_get_otp()
1228 otp->pdaf_data.dccmap[(i * w + j) * 2 + 1]; in imx586_get_otp()
H A Ds5kjn1.c1285 inf->pdaf.dccmap[i * w + j] = in s5kjn1_get_otp()
1286 (otp->pdaf_data.dccmap[(i * w + j) * 2] << 8) | in s5kjn1_get_otp()
1287 otp->pdaf_data.dccmap[(i * w + j) * 2 + 1]; in s5kjn1_get_otp()
H A Dgc8034.c1488 inf->pdaf.dccmap[i * w + j] = in gc8034_get_otp()
1489 (otp->pdaf_data.dccmap[(i * w + j) * 2] << 8) | in gc8034_get_otp()
1490 otp->pdaf_data.dccmap[(i * w + j) * 2 + 1]; in gc8034_get_otp()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Drk-camera-module.h330 __u16 dccmap[RKMODULE_PDAF_DCCMAP_LEN]; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/common/
H A Drk-camera-module.h318 __u16 dccmap[RKMODULE_PDAF_DCCMAP_LEN]; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DCamHwIsp20.cpp3628 sprintf(print_buf + strlen(print_buf), "%d ", otp_pdaf->dccmap[i * dccmap_w + j]); in showOtpPdafData()