Searched refs:ov5675 (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/media/i2c/ |
| H A D | ov5675.c | 81 #define to_ov5675(_sd) container_of(_sd, struct ov5675, sd) 495 struct ov5675 { struct 540 static int ov5675_read_reg(struct ov5675 *ov5675, u16 reg, u16 len, u32 *val) in ov5675_read_reg() argument 542 struct i2c_client *client = v4l2_get_subdevdata(&ov5675->sd); in ov5675_read_reg() 570 static int ov5675_write_reg(struct ov5675 *ov5675, u16 reg, u16 len, u32 val) in ov5675_write_reg() argument 572 struct i2c_client *client = v4l2_get_subdevdata(&ov5675->sd); in ov5675_write_reg() 586 static int ov5675_write_reg_list(struct ov5675 *ov5675, in ov5675_write_reg_list() argument 593 ret = ov5675_write_reg(ov5675, r_list->regs[i].address, 1, in ov5675_write_reg_list() 596 dev_err_ratelimited(ov5675->dev, in ov5675_write_reg_list() 606 static int ov5675_update_digital_gain(struct ov5675 *ov5675, u32 d_gain) in ov5675_update_digital_gain() argument [all …]
|
| /linux/ |
| H A D | MAINTAINERS | 20261 F: Documentation/devicetree/bindings/media/i2c/ovti,ov5675.yaml 20262 F: drivers/media/i2c/ov5675.c
|