Searched refs:ov5675 (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/media/i2c/ |
H A D | ov5675.c | 81 #define to_ov5675(_sd) container_of(_sd, struct ov5675, sd) 495 struct ov5675 { struct 541 static int ov5675_read_reg(struct ov5675 *ov5675, u16 reg, u16 len, u32 *val) in ov5675_read_reg() argument 543 struct i2c_client *client = v4l2_get_subdevdata(&ov5675->sd); in ov5675_read_reg() 571 static int ov5675_write_reg(struct ov5675 *ov5675, u16 reg, u16 len, u32 val) in ov5675_write_reg() argument 573 struct i2c_client *client = v4l2_get_subdevdata(&ov5675->sd); in ov5675_write_reg() 587 static int ov5675_write_reg_list(struct ov5675 *ov5675, in ov5675_write_reg_list() argument 590 struct i2c_client *client = v4l2_get_subdevdata(&ov5675->sd); in ov5675_write_reg_list() 595 ret = ov5675_write_reg(ov5675, r_list->regs[i].address, 1, in ov5675_write_reg_list() 608 static int ov5675_update_digital_gain(struct ov5675 *ov5675, u32 d_gain) in ov5675_update_digital_gain() argument [all …]
|
H A D | Makefile | 91 obj-$(CONFIG_VIDEO_OV5675) += ov5675.o
|
H A D | Kconfig | 427 module will be called ov5675.
|
/openbmc/linux/Documentation/admin-guide/media/ |
H A D | i2c-cardlist.rst | 92 ov5675 OmniVision OV5675 sensor
|
/openbmc/linux/ |
H A D | MAINTAINERS | 15852 F: Documentation/devicetree/bindings/media/i2c/ovti,ov5675.yaml 15853 F: drivers/media/i2c/ov5675.c
|
H A D | opengrok0.0.log | [all...] |
H A D | opengrok2.0.log | [all...] |