Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/i2c/
Dov6650.c246 static int ov6650_reg_write(struct i2c_client *client, u8 reg, u8 val) in ov6650_reg_write() function
285 ret = ov6650_reg_write(client, reg, val); in ov6650_reg_rmw()
351 ret = ov6650_reg_write(client, REG_GAIN, priv->gain->val); in ov6550_s_ctrl()
357 ret = ov6650_reg_write(client, REG_BLUE, priv->blue->val); in ov6550_s_ctrl()
359 ret = ov6650_reg_write(client, REG_RED, in ov6550_s_ctrl()
370 return ov6650_reg_write(client, REG_BRT, ctrl->val); in ov6550_s_ctrl()
375 ret = ov6650_reg_write(client, REG_AECH, in ov6550_s_ctrl()
379 return ov6650_reg_write(client, REG_GAM1, ctrl->val); in ov6550_s_ctrl()
419 return ov6650_reg_write(client, reg->reg, reg->val); in ov6650_set_register()
483 ret = ov6650_reg_write(client, REG_HSTRT, rect.left >> 1); in ov6650_set_selection()
[all …]