Searched refs:ov5693 (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/media/i2c/ |
D | ov5693.c | 356 static int ov5693_flip_vert_configure(struct ov5693_device *ov5693, in ov5693_flip_vert_configure() argument 363 ret = cci_update_bits(ov5693->regmap, OV5693_FORMAT1_REG, bits, in ov5693_flip_vert_configure() 371 static int ov5693_flip_horz_configure(struct ov5693_device *ov5693, in ov5693_flip_horz_configure() argument 378 ret = cci_update_bits(ov5693->regmap, OV5693_FORMAT2_REG, bits, in ov5693_flip_horz_configure() 386 static int ov5693_get_exposure(struct ov5693_device *ov5693, s32 *value) in ov5693_get_exposure() argument 391 ret = cci_read(ov5693->regmap, OV5693_EXPOSURE_CTRL_REG, &exposure, in ov5693_get_exposure() 402 static int ov5693_exposure_configure(struct ov5693_device *ov5693, in ov5693_exposure_configure() argument 409 cci_write(ov5693->regmap, OV5693_EXPOSURE_CTRL_REG, exposure, &ret); in ov5693_exposure_configure() 414 static int ov5693_get_gain(struct ov5693_device *ov5693, u32 *gain) in ov5693_get_gain() argument 419 ret = cci_read(ov5693->regmap, OV5693_GAIN_CTRL_REG, &value, NULL); in ov5693_get_gain() [all …]
|
D | Makefile | 101 obj-$(CONFIG_VIDEO_OV5693) += ov5693.o
|
D | Kconfig | 511 module will be called ov5693.
|
/linux-6.12.1/drivers/staging/media/atomisp/ |
D | notes.txt | 41 the ov5693 driver (and used by the atomisp core)
|
/linux-6.12.1/ |
D | MAINTAINERS | 17117 F: Documentation/devicetree/bindings/media/i2c/ovti,ov5693.yaml 17118 F: drivers/media/i2c/ov5693.c
|