Home
last modified time | relevance | path

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

/linux/drivers/media/i2c/
H A Dthp7312.c401 cci_write(thp7312->regmap, TH7312_REG_CUSTOM_MIPI_RD, in thp7312_set_mipi_lanes()
403 cci_write(thp7312->regmap, TH7312_REG_CUSTOM_MIPI_TD, in thp7312_set_mipi_lanes()
405 cci_write(thp7312->regmap, TH7312_REG_CUSTOM_MIPI_SET, 1, &ret); in thp7312_set_mipi_lanes()
435 cci_write(thp7312->regmap, THP7312_REG_VIDEO_IMAGE_SIZE, in thp7312_change_mode()
437 cci_write(thp7312->regmap, THP7312_REG_VIDEO_FRAME_RATE_MODE, in thp7312_change_mode()
439 cci_write(thp7312->regmap, THP7312_REG_JPEG_COMPRESSION_FACTOR, 0x5e, in thp7312_change_mode()
441 cci_write(thp7312->regmap, THP7312_REG_SET_DRIVING_MODE, 0x01, &ret); in thp7312_change_mode()
475 return cci_write(thp7312->regmap, in thp7312_set_framefmt()
510 return cci_write(thp7312->regmap, THP7312_REG_SET_OUTPUT_ENABLE, in thp7312_stream_enable()
936 ret = cci_write(thp7312->regmap, in thp7312_set_focus()
[all …]
H A Dov02c10.c438 cci_write(ov02c10->regmap, OV02C10_REG_ANALOG_GAIN, in ov02c10_set_ctrl()
443 cci_write(ov02c10->regmap, OV02C10_REG_DIGITAL_GAIN, in ov02c10_set_ctrl()
448 cci_write(ov02c10->regmap, OV02C10_REG_EXPOSURE, in ov02c10_set_ctrl()
453 cci_write(ov02c10->regmap, OV02C10_REG_VTS, height + ctrl->val, in ov02c10_set_ctrl()
462 cci_write(ov02c10->regmap, OV02C10_ISP_X_WIN_CONTROL, in ov02c10_set_ctrl()
469 cci_write(ov02c10->regmap, OV02C10_ISP_Y_WIN_CONTROL, in ov02c10_set_ctrl()
619 ret = cci_write(ov02c10->regmap, OV02C10_REG_STREAM_CONTROL, 1, NULL); in ov02c10_enable_streams()
633 cci_write(ov02c10->regmap, OV02C10_REG_STREAM_CONTROL, 0, NULL); in ov02c10_disable_streams()
H A Dgc0308.c822 return cci_write(gc0308->regmap, CCI_REG8(reg->reg), reg->val, NULL); in gc0308_s_register()
927 cci_write(gc0308->regmap, GC0308_VB_HB, vbhb, &ret); in gc0308_update_blanking()
928 cci_write(gc0308->regmap, GC0308_HBLANK, hblank & 0xff, &ret); in gc0308_update_blanking()
929 cci_write(gc0308->regmap, GC0308_VBLANK, vblank & 0xff, &ret); in gc0308_update_blanking()
1152 ret = cci_write(gc0308->regmap, GC0308_SYNC_MODE, sync_mode, NULL); in gc0308_start_stream()
H A Dalvium-csi2.c337 return cci_write(alvium->regmap, reg, val, err); in alvium_write()
/linux/drivers/media/v4l2-core/
H A Dv4l2-cci.c92 int cci_write(struct regmap *map, u32 reg, u64 val, int *err) in cci_write() function
152 EXPORT_SYMBOL_GPL(cci_write);
165 return cci_write(map, reg, val, err); in cci_update_bits()
176 ret = cci_write(map, regs[i].reg, regs[i].val, err); in cci_multi_reg_write()
/linux/include/media/
H A Dv4l2-cci.h82 int cci_write(struct regmap *map, u32 reg, u64 val, int *err);