Searched refs:ov8856 (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/media/i2c/ |
H A D | ov8856.c | 103 #define to_ov8856(_sd) container_of(_sd, struct ov8856, sd) 1416 struct ov8856 { struct 1589 static unsigned int ov8856_modes_num(const struct ov8856 *ov8856) in ov8856_modes_num() argument 1593 for (i = 0; i < ARRAY_SIZE(ov8856->priv_lane->supported_modes); i++) { in ov8856_modes_num() 1594 if (ov8856->priv_lane->supported_modes[i].width == 0) in ov8856_modes_num() 1622 static int ov8856_read_reg(struct ov8856 *ov8856, u16 reg, u16 len, u32 *val) in ov8856_read_reg() argument 1624 struct i2c_client *client = v4l2_get_subdevdata(&ov8856->sd); in ov8856_read_reg() 1652 static int ov8856_write_reg(struct ov8856 *ov8856, u16 reg, u16 len, u32 val) in ov8856_write_reg() argument 1654 struct i2c_client *client = v4l2_get_subdevdata(&ov8856->sd); in ov8856_write_reg() 1668 static int ov8856_write_reg_list(struct ov8856 *ov8856, in ov8856_write_reg_list() argument [all …]
|
H A D | Makefile | 110 obj-$(CONFIG_VIDEO_OV8856) += ov8856.o
|
H A D | Kconfig | 590 module will be called ov8856.
|
/linux/arch/arm64/boot/dts/qcom/ |
H A D | sdm845-db845c-navigation-mezzanine.dts | 32 compatible = "ovti,ov8856";
|
/linux/Documentation/admin-guide/media/ |
H A D | i2c-cardlist.rst | 100 ov8856 OmniVision OV8856 sensor
|
/linux/ |
H A D | MAINTAINERS | 17163 F: Documentation/devicetree/bindings/media/i2c/ovti,ov8856.yaml 17164 F: drivers/media/i2c/ov8856.c
|