Searched refs:ov5670 (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/media/i2c/ |
| H A D | ov5670.c | 1856 struct ov5670 { struct 1891 #define to_ov5670(_sd) container_of(_sd, struct ov5670, sd) argument 1894 static int ov5670_read_reg(struct ov5670 *ov5670, u16 reg, unsigned int len, in ov5670_read_reg() argument 1897 struct i2c_client *client = v4l2_get_subdevdata(&ov5670->sd); in ov5670_read_reg() 1930 static int ov5670_write_reg(struct ov5670 *ov5670, u16 reg, unsigned int len, in ov5670_write_reg() argument 1933 struct i2c_client *client = v4l2_get_subdevdata(&ov5670->sd); in ov5670_write_reg() 1961 static int ov5670_write_regs(struct ov5670 *ov5670, in ov5670_write_regs() argument 1968 ret = ov5670_write_reg(ov5670, regs[i].address, 1, regs[i].val); in ov5670_write_regs() 1971 ov5670->dev, in ov5670_write_regs() 1982 static int ov5670_write_reg_list(struct ov5670 *ov5670, in ov5670_write_reg_list() argument [all …]
|
| /linux/ |
| H A D | MAINTAINERS | 20251 F: Documentation/devicetree/bindings/media/i2c/ovti,ov5670.yaml 20252 F: drivers/media/i2c/ov5670.c
|