Searched refs:cci_update_bits (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/media/v4l2-core/ |
| H A D | v4l2-cci.c | 154 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 D | ov02c10.c | 404 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 D | ov2680.c | 422 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 D | gc0308.c | 848 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 D | gc05a2.c | 814 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 D | gc08a3.c | 790 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 D | ov64a40.c | 2923 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 D | t4ka3.c | 425 ret = cci_update_bits(sensor->regmap, T4KA3_REG_IMG_ORIENTATION, in t4ka3_update_flip()
|
| H A D | mt9m114.c | 1123 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 D | v4l2-cci.h | 100 int cci_update_bits(struct regmap *map, u32 reg, u64 mask, u64 val, int *err);
|