Searched refs:ov5675 (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/drivers/media/i2c/ |
D | ov5675.c | 77 #define to_ov5675(_sd) container_of(_sd, struct ov5675, sd) 483 struct ov5675 { struct 526 static int ov5675_read_reg(struct ov5675 *ov5675, u16 reg, u16 len, u32 *val) in ov5675_read_reg() argument 528 struct i2c_client *client = v4l2_get_subdevdata(&ov5675->sd); in ov5675_read_reg() 556 static int ov5675_write_reg(struct ov5675 *ov5675, u16 reg, u16 len, u32 val) in ov5675_write_reg() argument 558 struct i2c_client *client = v4l2_get_subdevdata(&ov5675->sd); in ov5675_write_reg() 572 static int ov5675_write_reg_list(struct ov5675 *ov5675, in ov5675_write_reg_list() argument 575 struct i2c_client *client = v4l2_get_subdevdata(&ov5675->sd); in ov5675_write_reg_list() 580 ret = ov5675_write_reg(ov5675, r_list->regs[i].address, 1, in ov5675_write_reg_list() 593 static int ov5675_update_digital_gain(struct ov5675 *ov5675, u32 d_gain) in ov5675_update_digital_gain() argument [all …]
|
D | Makefile | 87 obj-$(CONFIG_VIDEO_OV5675) += ov5675.o
|
D | Kconfig | 523 module will be called ov5675.
|
/Linux-v6.1/Documentation/admin-guide/media/ |
D | i2c-cardlist.rst | 96 ov5675 OmniVision OV5675 sensor
|
/Linux-v6.1/ |
D | MAINTAINERS | 15252 F: drivers/media/i2c/ov5675.c
|