Searched full:ov5693 (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/drivers/media/i2c/ |
D | ov5693.c | 5 * 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 …]
|
D | Kconfig | 504 tristate "OmniVision OV5693 sensor support" 508 OV5693 camera. 511 module will be called ov5693.
|
D | Makefile | 101 obj-$(CONFIG_VIDEO_OV5693) += ov5693.o
|
/linux-6.12.1/Documentation/devicetree/bindings/media/i2c/ |
D | ovti,ov5693.yaml | 5 $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-6.12.1/drivers/staging/media/atomisp/ |
D | notes.txt | 41 the ov5693 driver (and used by the atomisp core)
|
/linux-6.12.1/drivers/staging/media/atomisp/pci/ |
D | atomisp_csi2_bridge.c | 110 /* _DSM contains the wrong CsiPort for the front facing OV5693 sensor */ 541 * FIXME ov5693 modules have a VCM, but for unknown reasons 545 ATOMISP_SENSOR_CONFIG("INT33BE", 2, false), /* OV5693 */
|
/linux-6.12.1/drivers/media/pci/intel/ |
D | ipu-bridge.c | 58 /* Omnivision OV5693 */
|
/linux-6.12.1/ |
D | MAINTAINERS | 17112 OMNIVISION OV5693 SENSOR DRIVER 17117 F: Documentation/devicetree/bindings/media/i2c/ovti,ov5693.yaml 17118 F: drivers/media/i2c/ov5693.c
|