Searched refs:ov5647_read (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | ov5647.c | 213 static int ov5647_read(struct v4l2_subdev *sd, u16 reg, u8 *val) in ov5647_read() function 253 ret = ov5647_read(sd, OV5647_REG_MIPI_CTRL14, &channel_id); in ov5647_set_virtual_channel() 297 ret = ov5647_read(sd, OV5647_SW_STANDBY, &rdval); in set_sw_standby() 315 ret = ov5647_read(sd, OV5647_SW_STANDBY, &rdval); in __sensor_init() 330 ret = ov5647_read(sd, OV5647_SW_STANDBY, &resetval); in __sensor_init() 414 ret = ov5647_read(sd, reg->reg & 0xff, &val); in ov5647_sensor_get_register() 486 ret = ov5647_read(sd, OV5647_REG_CHIPID_H, &read); in ov5647_detect() 495 ret = ov5647_read(sd, OV5647_REG_CHIPID_L, &read); in ov5647_detect()
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | ov5647.c | 630 static int ov5647_read(struct v4l2_subdev *sd, u16 reg, u8 *val) in ov5647_read() function 678 ret = ov5647_read(sd, OV5647_REG_MIPI_CTRL14, &channel_id); in ov5647_set_virtual_channel() 695 ret = ov5647_read(sd, OV5647_SW_STANDBY, &rdval); in ov5647_set_mode() 710 ret = ov5647_read(sd, OV5647_SW_STANDBY, &resetval); in ov5647_set_mode() 830 ret = ov5647_read(&sensor->sd, OV5647_SW_STANDBY, &rdval); in ov5647_power_off() 852 ret = ov5647_read(sd, reg->reg & 0xff, &val); in ov5647_sensor_get_register() 1106 ret = ov5647_read(sd, OV5647_REG_CHIPID_H, &read); in ov5647_detect() 1115 ret = ov5647_read(sd, OV5647_REG_CHIPID_L, &read); in ov5647_detect() 1158 ret = ov5647_read(sd, OV5647_REG_AEC_AGC, ®); in ov5647_s_autogain() 1175 ret = ov5647_read(s in ov5647_s_exposure_auto() [all...] |
Completed in 3 milliseconds