Home
last modified time | relevance | path

Searched refs:cci_update_bits (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/media/v4l2-core/
H A Dv4l2-cci.c154 int cci_update_bits(struct regmap *map, u32 reg, u64 mask, u64 val, int *err) in cci_update_bits() function
167 EXPORT_SYMBOL_GPL(cci_update_bits);
/linux/drivers/media/i2c/
H A Dov02c10.c404 return cci_update_bits(ov02c10->regmap, OV02C10_REG_TEST_PATTERN, in ov02c10_test_pattern()
407 cci_update_bits(ov02c10->regmap, OV02C10_REG_TEST_PATTERN, in ov02c10_test_pattern()
409 cci_update_bits(ov02c10->regmap, OV02C10_REG_TEST_PATTERN, in ov02c10_test_pattern()
464 cci_update_bits(ov02c10->regmap, OV02C10_ROTATE_CONTROL, in ov02c10_set_ctrl()
471 cci_update_bits(ov02c10->regmap, OV02C10_ROTATE_CONTROL, in ov02c10_set_ctrl()
H A Dov2680.c422 ret = cci_update_bits(sensor->regmap, OV2680_REG_FORMAT1, in ov2680_set_vflip()
438 ret = cci_update_bits(sensor->regmap, OV2680_REG_FORMAT2, in ov2680_set_hflip()
452 return cci_update_bits(sensor->regmap, OV2680_REG_ISP_CTRL00, in ov2680_test_pattern_set()
455 cci_update_bits(sensor->regmap, OV2680_REG_ISP_CTRL00, in ov2680_test_pattern_set()
457 cci_update_bits(sensor->regmap, OV2680_REG_ISP_CTRL00, in ov2680_test_pattern_set()
H A Dgc0308.c848 ret = cci_update_bits(gc0308->regmap, GC0308_AAAA_EN, in gc0308_set_awb_mode()
915 return cci_update_bits(gc0308->regmap, GC0308_CISCTL_MODE1, in gc0308_update_mirror()
946 return cci_update_bits(gc0308->regmap, GC0308_AAAA_EN, in _gc0308_s_ctrl()
955 return cci_update_bits(gc0308->regmap, GC0308_DEBUG_MODE2, in _gc0308_s_ctrl()
1130 cci_update_bits(gc0308->regmap, GC0308_OUT_FORMAT, in gc0308_start_stream()
H A Dgc05a2.c814 return cci_update_bits(gc05a2->regmap, GC05A2_FLIP_REG, in gc05a2_set_ctrl_hflip()
830 return cci_update_bits(gc05a2->regmap, GC05A2_FLIP_REG, in gc05a2_set_ctrl_vflip()
H A Dgc08a3.c790 return cci_update_bits(gc08a3->regmap, GC08A3_FLIP_REG, in gc08a3_set_ctrl_hflip()
806 return cci_update_bits(gc08a3->regmap, GC08A3_FLIP_REG, in gc08a3_set_ctrl_vflip()
H A Dov64a40.c2923 cci_update_bits(ov64a40->cci, OV64A40_REG_TIMING_CTRL_20, in ov64a40_program_subsampling()
2927 cci_update_bits(ov64a40->cci, OV64A40_REG_TIMING_CTRL_21, in ov64a40_program_subsampling()
3000 cci_update_bits(ov64a40->cci, OV64A40_REG_SMIA, BIT(0), 0, NULL); in ov64a40_stop_streaming()
3304 ret = cci_update_bits(ov64a40->cci, OV64A40_REG_TIMING_CTRL_20, in ov64a40_set_ctrl()
3310 ret = cci_update_bits(ov64a40->cci, OV64A40_REG_TIMING_CTRL_21, in ov64a40_set_ctrl()
H A Dt4ka3.c425 ret = cci_update_bits(sensor->regmap, T4KA3_REG_IMG_ORIENTATION, in t4ka3_update_flip()
H A Dmt9m114.c1123 ret = cci_update_bits(sensor->regmap, in mt9m114_pa_s_ctrl()
1130 ret = cci_update_bits(sensor->regmap, in mt9m114_pa_s_ctrl()
/linux/include/media/
H A Dv4l2-cci.h100 int cci_update_bits(struct regmap *map, u32 reg, u64 mask, u64 val, int *err);