Searched refs:ov5675_read_reg (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/media/i2c/ |
D | ov5675.c | 526 static int ov5675_read_reg(struct ov5675 *ov5675, u16 reg, u16 len, u32 *val) in ov5675_read_reg() function 649 ret = ov5675_read_reg(ov5675, OV5675_REG_FORMAT1, in ov5675_set_ctrl_hflip() 664 ret = ov5675_read_reg(ov5675, OV5675_REG_FORMAT1, in ov5675_set_ctrl_vflip() 676 ret = ov5675_read_reg(ov5675, OV5675_REG_FORMAT2, in ov5675_set_ctrl_vflip() 849 ret = ov5675_read_reg(ov5675, OV5675_REG_CHIP_ID, in ov5675_identify_module()
|