Searched refs:ov8858 (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/media/i2c/ |
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 …]
|
D | Makefile | 111 obj-$(CONFIG_VIDEO_OV8858) += ov8858.o
|
D | Kconfig | 600 module will be called ov8858.
|
/linux-6.12.1/ |
D | MAINTAINERS | 17172 F: Documentation/devicetree/bindings/media/i2c/ovti,ov8858.yaml 17173 F: drivers/media/i2c/ov8858.c
|