Searched full:ov8856 (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.10/drivers/media/i2c/ |
D | ov8856.c | 81 #define to_ov8856(_sd) container_of(_sd, struct ov8856, sd) 1016 struct ov8856 { struct 1060 static int ov8856_read_reg(struct ov8856 *ov8856, u16 reg, u16 len, u32 *val) in ov8856_read_reg() argument 1062 struct i2c_client *client = v4l2_get_subdevdata(&ov8856->sd); in ov8856_read_reg() 1090 static int ov8856_write_reg(struct ov8856 *ov8856, u16 reg, u16 len, u32 val) in ov8856_write_reg() argument 1092 struct i2c_client *client = v4l2_get_subdevdata(&ov8856->sd); in ov8856_write_reg() 1106 static int ov8856_write_reg_list(struct ov8856 *ov8856, in ov8856_write_reg_list() argument 1109 struct i2c_client *client = v4l2_get_subdevdata(&ov8856->sd); in ov8856_write_reg_list() 1114 ret = ov8856_write_reg(ov8856, r_list->regs[i].address, 1, in ov8856_write_reg_list() 1127 static int ov8856_update_digital_gain(struct ov8856 *ov8856, u32 d_gain) in ov8856_update_digital_gain() argument [all …]
|
D | Kconfig | 1024 tristate "OmniVision OV8856 sensor support" 1031 OV8856 camera sensor. 1034 module will be called ov8856.
|
D | Makefile | 83 obj-$(CONFIG_VIDEO_OV8856) += ov8856.o
|
/Linux-v5.10/Documentation/devicetree/bindings/media/i2c/ |
D | ov8856.yaml | 5 $id: http://devicetree.org/schemas/media/i2c/ov8856.yaml# 8 title: Omnivision OV8856 CMOS Sensor Device Tree Bindings 14 The Omnivision OV8856 is a high performance, 1/4-inch, 8 megapixel, CMOS 23 const: ovti,ov8856 116 ov8856: camera@10 { 117 compatible = "ovti,ov8856";
|
/Linux-v5.10/Documentation/driver-api/media/ |
D | camera-sensor.rst | 116 Please see examples in e.g. ``drivers/media/i2c/ov8856.c`` and
|
/Linux-v5.10/Documentation/admin-guide/media/ |
D | i2c-cardlist.rst | 98 ov8856 OmniVision OV8856 sensor
|
/Linux-v5.10/arch/arm64/boot/dts/qcom/ |
D | sdm845-db845c.dts | 1111 compatible = "ovti,ov8856";
|
/Linux-v5.10/ |
D | MAINTAINERS | 12964 OMNIVISION OV8856 SENSOR DRIVER 12969 F: Documentation/devicetree/bindings/media/i2c/ov8856.yaml 12970 F: drivers/media/i2c/ov8856.c
|