Searched full:ov8858 (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/media/i2c/ |
H A D | ov8858.c | 106 struct ov8858 { struct 125 static inline struct ov8858 *sd_to_ov8858(struct v4l2_subdev *sd) in sd_to_ov8858() argument 127 return container_of(sd, struct ov8858, subdev); in sd_to_ov8858() 1242 static int ov8858_write(struct ov8858 *ov8858, u32 reg, u32 val, int *err) in ov8858_write() argument 1244 struct i2c_client *client = v4l2_get_subdevdata(&ov8858->subdev); in ov8858_write() 1270 static int ov8858_write_array(struct ov8858 *ov8858, const struct regval *regs) in ov8858_write_array() argument 1276 ov8858_write(ov8858, OV8858_REG_8BIT(regs[i].addr), in ov8858_write_array() 1283 static int ov8858_read(struct ov8858 *ov8858, u32 reg, u32 *val) in ov8858_read() argument 1285 struct i2c_client *client = v4l2_get_subdevdata(&ov8858->subdev); in ov8858_read() 1324 static int ov8858_start_stream(struct ov8858 *ov8858, in ov8858_start_stream() argument [all …]
|
H A D | Kconfig | 593 tristate "OmniVision OV8858 sensor support" 597 OV8858 camera sensor. 600 module will be called ov8858.
|
H A D | Makefile | 111 obj-$(CONFIG_VIDEO_OV8858) += ov8858.o
|
/linux/Documentation/devicetree/bindings/media/i2c/ |
H A D | ovti,ov8858.yaml | 4 $id: http://devicetree.org/schemas/media/i2c/ovti,ov8858.yaml# 7 title: OmniVision OV8858 Image Sensor 14 The OmniVision OV8858 is a color CMOS 8 Megapixels (3264x2448) image sensor 20 const: ovti,ov8858 84 ov8858: camera@36 { 85 compatible = "ovti,ov8858";
|
/linux/ |
H A D | MAINTAINERS | 17166 OMNIVISION OV8858 SENSOR DRIVER 17172 F: Documentation/devicetree/bindings/media/i2c/ovti,ov8858.yaml 17173 F: drivers/media/i2c/ov8858.c
|