Lines Matching refs:ov5640_reg
119 struct ov5640_reg { struct
134 const struct ov5640_reg *res_params; argument
147 static const struct ov5640_reg init_params[] = {
362 static const struct ov5640_reg low_res_params[] = {
369 static const struct ov5640_reg hd_res_params[] = {
488 static int ov5640_write_multi_regs(const struct i2c_dt_spec *spec, const struct ov5640_reg *regs, in ov5640_write_multi_regs()
524 struct ov5640_reg frmrate_params[] = { in ov5640_set_frmival()
597 struct ov5640_reg fmt_params[] = { in ov5640_set_fmt()
717 struct ov5640_reg hue_params[] = {{SDE_CTRL8_REG, sign}, in ov5640_set_ctrl_hue()
732 struct ov5640_reg saturation_params[] = {{SDE_CTRL3_REG, value}, {SDE_CTRL4_REG, value}}; in ov5640_set_ctrl_saturation()
750 struct ov5640_reg brightness_params[] = {{SDE_CTRL8_REG, value >= 0 ? 0x01 : 0x09}, in ov5640_set_ctrl_brightness()
793 struct ov5640_reg gain_params[] = {{AEC_PK_REAL_GAIN, value >> 8}, in ov5640_set_ctrl_gain()