Home
last modified time | relevance | path

Searched refs:ov5693_read_reg (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/staging/media/atomisp/i2c/ov5693/
Datomisp-ov5693.c127 static int ov5693_read_reg(struct i2c_client *client, in ov5693_read_reg() function
492 ret = ov5693_read_reg(client, OV5693_16BIT, in ov5693_get_intg_factor()
498 ret = ov5693_read_reg(client, OV5693_16BIT, in ov5693_get_intg_factor()
504 ret = ov5693_read_reg(client, OV5693_16BIT, in ov5693_get_intg_factor()
510 ret = ov5693_read_reg(client, OV5693_16BIT, in ov5693_get_intg_factor()
516 ret = ov5693_read_reg(client, OV5693_16BIT, in ov5693_get_intg_factor()
522 ret = ov5693_read_reg(client, OV5693_16BIT, in ov5693_get_intg_factor()
725 ov5693_read_reg(client, OV5693_8BIT, addr + index, in ov5693_read_otp_reg_array()
908 ret = ov5693_read_reg(client, OV5693_8BIT, in ov5693_q_exposure()
914 ret = ov5693_read_reg(client, OV5693_8BIT, in ov5693_q_exposure()
[all …]
/linux-5.19.10/drivers/media/i2c/
Dov5693.c377 static int ov5693_read_reg(struct ov5693_device *ov5693, u32 addr, u32 *value) in ov5693_read_reg() function
472 ret = ov5693_read_reg(ov5693, address, &value); in ov5693_update_bits()
521 ret = ov5693_read_reg(ov5693, OV5693_EXPOSURE_CTRL_REG, &exposure); in ov5693_get_exposure()
548 ret = ov5693_read_reg(ov5693, OV5693_GAIN_CTRL_REG, &value); in ov5693_get_gain()
873 ret = ov5693_read_reg(ov5693, OV5693_REG_CHIP_ID, &id); in ov5693_detect()