Lines Matching defs:ov5647_write
199 static int ov5647_write(struct v4l2_subdev *sd, u16 reg, u8 val)
240 ret = ov5647_write(sd, regs[i].addr, regs[i].data);
258 return ov5647_write(sd, OV5647_REG_MIPI_CTRL14, channel_id | (channel << 6));
265 ret = ov5647_write(sd, OV5647_REG_MIPI_CTRL00, MIPI_CTRL00_BUS_IDLE);
269 ret = ov5647_write(sd, OV5647_REG_FRAME_OFF_NUMBER, 0x00);
273 return ov5647_write(sd, OV5640_REG_PAD_OUT, 0x00);
280 ret = ov5647_write(sd, OV5647_REG_MIPI_CTRL00, MIPI_CTRL00_CLOCK_LANE_GATE
285 ret = ov5647_write(sd, OV5647_REG_FRAME_OFF_NUMBER, 0x0f);
289 return ov5647_write(sd, OV5640_REG_PAD_OUT, 0x01);
306 return ov5647_write(sd, OV5647_SW_STANDBY, rdval);
336 ret = ov5647_write(sd, OV5647_SW_STANDBY, 0x01);
427 return ov5647_write(sd, reg->reg & 0xff, reg->val & 0xff);
482 ret = ov5647_write(sd, OV5647_SW_RESET, 0x01);
504 return ov5647_write(sd, OV5647_SW_RESET, 0x00);