Searched refs:ov5675_read_reg (Results 1 – 1 of 1) sorted by relevance
/drivers/media/i2c/ |
D | ov5675.c | 516 static int ov5675_read_reg(struct ov5675 *ov5675, u16 reg, u16 len, u32 *val) in ov5675_read_reg() function 620 ret = ov5675_read_reg(ov5675, OV5675_REG_FORMAT1, in ov5675_set_ctrl_hflip() 635 ret = ov5675_read_reg(ov5675, OV5675_REG_FORMAT1, in ov5675_set_ctrl_vflip() 647 ret = ov5675_read_reg(ov5675, OV5675_REG_FORMAT2, in ov5675_set_ctrl_vflip() 1061 ret = ov5675_read_reg(ov5675, OV5675_REG_CHIP_ID, in ov5675_identify_module()
|