Searched refs:ov5647_write (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/media/i2c/ |
H A D | ov5647.c | 665 ret = ov5647_write(sd, regs[i].addr, regs[i].data); in ov5647_write_array() 684 return ov5647_write(sd, OV5647_REG_MIPI_CTRL14, in ov5647_set_virtual_channel() 716 ret = ov5647_write(sd, OV5647_SW_STANDBY, 0x01); in ov5647_set_mode() 746 ret = ov5647_write(sd, OV5647_REG_MIPI_CTRL00, val); in ov5647_stream_on() 754 return ov5647_write(sd, OV5640_REG_PAD_OUT, 0x00); in ov5647_stream_on() 761 ret = ov5647_write(sd, OV5647_REG_MIPI_CTRL00, in ov5647_stream_off() 771 return ov5647_write(sd, OV5640_REG_PAD_OUT, 0x01); in ov5647_stream_off() 1102 ret = ov5647_write(sd, OV5647_SW_RESET, 0x01); in ov5647_detect() 1124 return ov5647_write(sd, OV5647_SW_RESET, 0x00); in ov5647_detect() 1179 return ov5647_write(sd, OV5647_REG_AEC_AGC, in ov5647_s_exposure_auto() [all …]
|