Searched refs:ov6650_reg_write (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/media/i2c/ |
H A D | ov6650.c | 278 static int ov6650_reg_write(struct i2c_client *client, u8 reg, u8 val) in ov6650_reg_write() function 317 ret = ov6650_reg_write(client, reg, val); in ov6650_reg_rmw() 383 ret = ov6650_reg_write(client, REG_GAIN, priv->gain->val); in ov6550_s_ctrl() 389 ret = ov6650_reg_write(client, REG_BLUE, priv->blue->val); in ov6550_s_ctrl() 391 ret = ov6650_reg_write(client, REG_RED, in ov6550_s_ctrl() 402 return ov6650_reg_write(client, REG_BRT, ctrl->val); in ov6550_s_ctrl() 407 ret = ov6650_reg_write(client, REG_AECH, in ov6550_s_ctrl() 411 return ov6650_reg_write(client, REG_GAM1, ctrl->val); in ov6550_s_ctrl() 451 return ov6650_reg_write(client, reg->reg, reg->val); in ov6650_set_register() 552 ret = ov6650_reg_write(client, REG_HSTRT, sel->r.left >> 1); in ov6650_set_selection() [all …]
|