Searched refs:sc210iot_write_reg (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | sc210iot.c | 284 static inline int sc210iot_write_reg(struct sc210iot *sc210iot, u16 addr, u8 value) in sc210iot_write_reg() function 347 ret = sc210iot_write_reg(sc210iot, SC210IOT_REG_GAIN_LONG_1, a_gain >> 8); in sc210iot_set_gain() 348 ret |= sc210iot_write_reg(sc210iot, SC210IOT_REG_GAIN_LONG_0, a_gain & 0xff); in sc210iot_set_gain() 349 ret |= sc210iot_write_reg(sc210iot, SC210IOT_REG_GAIN_LONG_3, d_gain >> 8); in sc210iot_set_gain() 350 ret |= sc210iot_write_reg(sc210iot, SC210IOT_REG_GAIN_LONG_2, d_gain & 0xff); in sc210iot_set_gain() 359 ret = sc210iot_write_reg(sc210iot, SC210IOT_REG_EXP_LONG_H, in sc210iot_set_exp() 361 ret |= sc210iot_write_reg(sc210iot, SC210IOT_REG_EXP_LONG_M, in sc210iot_set_exp() 363 ret |= sc210iot_write_reg(sc210iot, SC210IOT_REG_EXP_LONG_L, in sc210iot_set_exp() 405 ret = sc210iot_write_reg(sc210iot, SC210IOT_REG_VTS_H, in sc210iot_set_ctrl() 407 ret |= sc210iot_write_reg(sc210iot, SC210IOT_REG_VTS_L, in sc210iot_set_ctrl() [all …]
|