Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/i2c/
Dov5693.c377 static int ov5693_read_reg(struct ov5693_device *ov5693, u32 addr, u32 *value) in ov5693_read_reg() argument
379 struct i2c_client *client = ov5693->client; in ov5693_read_reg()
418 static void ov5693_write_reg(struct ov5693_device *ov5693, u32 addr, u32 value, in ov5693_write_reg() argument
421 struct i2c_client *client = ov5693->client; in ov5693_write_reg()
453 static int ov5693_write_reg_array(struct ov5693_device *ov5693, in ov5693_write_reg_array() argument
460 ov5693_write_reg(ov5693, reglist->regs[i].reg, in ov5693_write_reg_array()
466 static int ov5693_update_bits(struct ov5693_device *ov5693, u32 address, in ov5693_update_bits() argument
472 ret = ov5693_read_reg(ov5693, address, &value); in ov5693_update_bits()
479 ov5693_write_reg(ov5693, address, value, &ret); in ov5693_update_bits()
486 static int ov5693_flip_vert_configure(struct ov5693_device *ov5693, in ov5693_flip_vert_configure() argument
[all …]
DMakefile87 obj-$(CONFIG_VIDEO_OV5693) += ov5693.o
DKconfig519 module will be called ov5693.
/linux-5.19.10/drivers/staging/media/atomisp/i2c/
DKconfig73 tristate "Omnivision ov5693 sensor support"
78 ov5693 5 Mpixel camera.
80 ov5693 is video camera sensor.
DMakefile6 obj-$(CONFIG_VIDEO_ATOMISP_OV5693) += ov5693/
/linux-5.19.10/drivers/staging/media/atomisp/i2c/ov5693/
DMakefile2 obj-$(CONFIG_VIDEO_ATOMISP_OV5693) += atomisp-ov5693.o
/linux-5.19.10/
DMAINTAINERS14836 F: drivers/media/i2c/ov5693.c