Home
last modified time | relevance | path

Searched full:ov5675 (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/media/i2c/
H A Dov5675.c81 #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 DKconfig421 tristate "OmniVision OV5675 sensor support"
424 OV5675 camera.
427 module will be called ov5675.
H A DMakefile91 obj-$(CONFIG_VIDEO_OV5675) += ov5675.o
/openbmc/linux/Documentation/devicetree/bindings/media/i2c/
H A Dovti,ov5675.yaml5 $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 Di2c-cardlist.rst92 ov5675 OmniVision OV5675 sensor
/openbmc/linux/
H A DMAINTAINERS15847 OMNIVISION OV5675 SENSOR DRIVER
15852 F: Documentation/devicetree/bindings/media/i2c/ovti,ov5675.yaml
15853 F: drivers/media/i2c/ov5675.c
H A Dopengrok0.0.log[all...]
H A Dopengrok2.0.log[all...]