Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/media/i2c/
Dov8856.c102 #define to_ov8856(_sd) container_of(_sd, struct ov8856, sd)
1383 struct ov8856 { struct
1547 static unsigned int ov8856_modes_num(const struct ov8856 *ov8856) in ov8856_modes_num() argument
1551 for (i = 0; i < ARRAY_SIZE(ov8856->priv_lane->supported_modes); i++) { in ov8856_modes_num()
1552 if (ov8856->priv_lane->supported_modes[i].width == 0) in ov8856_modes_num()
1580 static int ov8856_read_reg(struct ov8856 *ov8856, u16 reg, u16 len, u32 *val) in ov8856_read_reg() argument
1582 struct i2c_client *client = v4l2_get_subdevdata(&ov8856->sd); in ov8856_read_reg()
1610 static int ov8856_write_reg(struct ov8856 *ov8856, u16 reg, u16 len, u32 val) in ov8856_write_reg() argument
1612 struct i2c_client *client = v4l2_get_subdevdata(&ov8856->sd); in ov8856_write_reg()
1626 static int ov8856_write_reg_list(struct ov8856 *ov8856, in ov8856_write_reg_list() argument
[all …]
DMakefile85 obj-$(CONFIG_VIDEO_OV8856) += ov8856.o
DKconfig1109 tristate "OmniVision OV8856 sensor support"
1116 OV8856 camera sensor.
1119 module will be called ov8856.
/Linux-v5.15/Documentation/devicetree/bindings/media/i2c/
Dov8856.yaml5 $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
109 ov8856: camera@10 {
110 compatible = "ovti,ov8856";
/Linux-v5.15/Documentation/driver-api/media/
Dcamera-sensor.rst136 Please see examples in e.g. ``drivers/media/i2c/ov8856.c`` and
/Linux-v5.15/Documentation/admin-guide/media/
Di2c-cardlist.rst98 ov8856 OmniVision OV8856 sensor
/Linux-v5.15/arch/arm64/boot/dts/qcom/
Dsdm845-db845c.dts1132 compatible = "ovti,ov8856";
/Linux-v5.15/
DMAINTAINERS13906 OMNIVISION OV8856 SENSOR DRIVER
13911 F: Documentation/devicetree/bindings/media/i2c/ov8856.yaml
13912 F: drivers/media/i2c/ov8856.c