Searched refs:OV4686_write_reg (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | ov4686.c | 501 static int OV4686_write_reg(struct i2c_client *client, u16 reg, in OV4686_write_reg() function 536 ret = OV4686_write_reg(client, regs[i].addr, in OV4686_write_array() 711 return OV4686_write_reg(OV4686->client, OV4686_REG_TEST_PATTERN, in OV4686_enable_test_pattern() 792 ret = OV4686_write_reg(OV4686->client, OV4686_GROUP_UPDATE_ADDRESS, in OV4686_set_hdrae() 795 ret |= OV4686_write_reg(OV4686->client, OV4686_REG_L_GAIN, in OV4686_set_hdrae() 797 ret |= OV4686_write_reg(OV4686->client, OV4686_REG_L_EXP, in OV4686_set_hdrae() 799 ret |= OV4686_write_reg(OV4686->client, OV4686_REG_M_GAIN, in OV4686_set_hdrae() 801 ret |= OV4686_write_reg(OV4686->client, OV4686_REG_M_EXP, in OV4686_set_hdrae() 804 ret |= OV4686_write_reg(OV4686->client, OV4686_REG_S_GAIN, in OV4686_set_hdrae() 806 ret |= OV4686_write_reg(OV4686->client, OV4686_REG_S_EXP, in OV4686_set_hdrae() [all …]
|