Searched full:ov5675 (Results 1 – 8 of 8) 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 | Kconfig | 421 tristate "OmniVision OV5675 sensor support" 424 OV5675 camera. 427 module will be called ov5675.
|
H A D | Makefile | 91 obj-$(CONFIG_VIDEO_OV5675) += ov5675.o
|
/openbmc/linux/Documentation/devicetree/bindings/media/i2c/ |
H A D | ovti,ov5675.yaml | 5 $id: http://devicetree.org/schemas/media/i2c/ovti,ov5675.yaml# 8 title: Omnivision OV5675 CMOS Sensor 17 The Omnivision OV5675 is a high performance, 1/5-inch, 5 megapixel, CMOS 27 const: ovti,ov5675 94 ov5675: camera@36 { 95 compatible = "ovti,ov5675";
|
/openbmc/linux/Documentation/admin-guide/media/ |
H A D | i2c-cardlist.rst | 92 ov5675 OmniVision OV5675 sensor
|
/openbmc/linux/ |
H A D | MAINTAINERS | 15847 OMNIVISION OV5675 SENSOR DRIVER 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...] |