Home
last modified time | relevance | path

Searched full:ov5693 (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/media/i2c/
H A Dov5693.c5 * Adapted from the atomisp-ov5693 driver, with contributions from:
39 /* Yes, this is right. The datasheet for the OV5693 gives its ID as 0x5690 */
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()
[all …]
H A DKconfig504 tristate "OmniVision OV5693 sensor support"
508 OV5693 camera.
511 module will be called ov5693.
H A DMakefile101 obj-$(CONFIG_VIDEO_OV5693) += ov5693.o
/linux/Documentation/devicetree/bindings/media/i2c/
H A Dovti,ov5693.yaml5 $id: http://devicetree.org/schemas/media/i2c/ovti,ov5693.yaml#
8 title: Omnivision OV5693/OV5695 CMOS Sensors
14 The Omnivision OV5693/OV5695 are high performance, 1/4-inch, 5 megapixel, CMOS
19 OV5693/OV5695 are controlled via I2C and two-wire Serial Camera Control Bus
29 const: ovti,ov5693
41 - ovti,ov5693
112 ov5693: camera@36 {
113 compatible = "ovti,ov5693";
/linux/drivers/staging/media/atomisp/
H A Dnotes.txt41 the ov5693 driver (and used by the atomisp core)
/linux/drivers/media/pci/intel/
H A Dipu-bridge.c58 /* Omnivision OV5693 */
/linux/
H A DMAINTAINERS17157 OMNIVISION OV5693 SENSOR DRIVER
17162 F: Documentation/devicetree/bindings/media/i2c/ovti,ov5693.yaml
17163 F: drivers/media/i2c/ov5693.c