| /linux/drivers/media/v4l2-core/ |
| H A D | v4l2-cci.c | 19 int cci_read(struct regmap *map, u32 reg, u64 *val, int *err) in cci_read() function 90 EXPORT_SYMBOL_GPL(cci_read); 159 ret = cci_read(map, reg, &readval, err); in cci_update_bits()
|
| /linux/include/media/ |
| H A D | v4l2-cci.h | 69 int cci_read(struct regmap *map, u32 reg, u64 *val, int *err);
|
| /linux/drivers/media/i2c/ |
| H A D | mt9m114.c | 673 ret = cci_read(sensor->regmap, MT9M114_COMMAND_REGISTER, &value, in mt9m114_poll_command() 706 ret = cci_read(sensor->regmap, MT9M114_SYSMGR_CURRENT_STATE, in mt9m114_poll_state() 812 ret = cci_read(sensor->regmap, MT9M114_CAM_SENSOR_CONTROL_READ_MODE, in mt9m114_configure_pa() 879 ret = cci_read(sensor->regmap, MT9M114_CAM_OUTPUT_FORMAT, in mt9m114_configure_ifp() 1050 ret = cci_read(sensor->regmap, in mt9m114_pa_g_ctrl() 1060 ret = cci_read(sensor->regmap, in mt9m114_pa_g_ctrl() 2436 ret = cci_read(sensor->regmap, MT9M114_CHIP_ID, &value, NULL); in mt9m114_identify() 2448 cci_read(sensor->regmap, MT9M114_MON_MAJOR_VERSION, &major, &ret); in mt9m114_identify() 2449 cci_read(sensor->regmap, MT9M114_MON_MINOR_VERSION, &minor, &ret); in mt9m114_identify() 2450 cci_read(sensor->regmap, MT9M114_MON_RELEASE_VERSION, &release, &ret); in mt9m114_identify() [all …]
|
| H A D | thp7312.c | 357 __ret = read_poll_timeout(cci_read, __err, __err || (cond), sleep_us, \ 522 ret = cci_read(thp7312->regmap, THP7312_REG_CAMERA_STATUS, in thp7312_check_status_stream_mode() 1236 ret = cci_read(thp7312->regmap, THP7312_REG_AF_SUPPORT, &val, in thp7312_init_controls() 1432 cci_read(thp7312->regmap, THP7312_REG_FIRMWARE_VERSION_1, &val, &ret); in thp7312_read_firmware_version() 1435 cci_read(thp7312->regmap, THP7312_REG_FIRMWARE_VERSION_2, &val, &ret); in thp7312_read_firmware_version() 1725 ret = cci_read(thp7312->regmap, THP7312_REG_FW_VERIFY_RESULT, &val, in thp7312_fw_write_to_flash() 1763 ret = cci_read(thp7312->regmap, THP7312_REG_FW_CRC_RESULT, &crc, NULL); in thp7312_fw_check_crc() 1906 ret = cci_read(thp7312->regmap, THP7312_REG_FW_STATUS, &val, NULL); in thp7312_register_flash_mode()
|
| H A D | gc05a2.c | 808 ret = cci_read(gc05a2->regmap, GC05A2_FLIP_REG, &val, NULL); in gc05a2_set_ctrl_hflip() 824 ret = cci_read(gc05a2->regmap, GC05A2_FLIP_REG, &val, NULL); in gc05a2_set_ctrl_vflip() 956 ret = cci_read(gc05a2->regmap, GC05A2_REG_CHIP_ID, &val, NULL); in gc05a2_identify_module()
|
| H A D | gc08a3.c | 784 ret = cci_read(gc08a3->regmap, GC08A3_FLIP_REG, &val, NULL); in gc08a3_set_ctrl_hflip() 800 ret = cci_read(gc08a3->regmap, GC08A3_FLIP_REG, &val, NULL); in gc08a3_set_ctrl_vflip() 1165 ret = cci_read(gc08a3->regmap, GC08A3_REG_CHIP_ID, &val, NULL); in gc08a3_identify_module()
|
| H A D | t4ka3.c | 453 cci_read(sensor->regmap, T4KA3_REG_PRODUCT_ID_HIGH, &high, &ret); in t4ka3_detect() 454 cci_read(sensor->regmap, T4KA3_REG_PRODUCT_ID_LOW, &low, &ret); in t4ka3_detect()
|
| H A D | ov2680.c | 1054 cci_read(sensor->regmap, OV2680_REG_CHIP_ID, &chip_id, &ret); in ov2680_check_id() 1055 cci_read(sensor->regmap, OV2680_REG_SC_CMMN_SUB_ID, &rev, &ret); in ov2680_check_id()
|
| H A D | gc0308.c | 813 return cci_read(gc0308->regmap, CCI_REG8(reg->reg), ®->val, NULL); in gc0308_g_register() 1360 ret = cci_read(gc0308->regmap, GC0308_CHIP_ID, ®val, NULL); in gc0308_probe()
|
| H A D | ov02c10.c | 798 ret = cci_read(ov02c10->regmap, OV02C10_REG_CHIP_ID, &chip_id, NULL); in ov02c10_identify_module()
|
| H A D | ov64a40.c | 3429 ret = cci_read(ov64a40->cci, OV64A40_REG_CHIP_ID, &id, NULL); in ov64a40_identify()
|