Home
last modified time | relevance | path

Searched refs:cci_read (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/media/v4l2-core/
H A Dv4l2-cci.c19 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 Dv4l2-cci.h69 int cci_read(struct regmap *map, u32 reg, u64 *val, int *err);
/linux/drivers/media/i2c/
H A Dthp7312.c357 __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 Dgc0308.c814 return cci_read(gc0308->regmap, CCI_REG8(reg->reg), &reg->val, NULL); in gc0308_g_register()
1361 ret = cci_read(gc0308->regmap, GC0308_CHIP_ID, &regval, NULL); in gc0308_probe()
H A Dov02c10.c798 ret = cci_read(ov02c10->regmap, OV02C10_REG_CHIP_ID, &chip_id, NULL); in ov02c10_identify_module()
H A Dalvium-csi2.c327 return cci_read(alvium->regmap, reg, val, err); in alvium_read()