Home
last modified time | relevance | path

Searched refs:hdrae_exp (Results 1 - 1 of 1) sorted by relevance

/device/soc/rockchip/common/vendor/drivers/media/i2c/
H A Dgc2093.c771 struct preisp_hdrae_exp_s *hdrae_exp = arg; in gc2093_ioctl() local
782 gc2093->init_hdrae_exp = *hdrae_exp; in gc2093_ioctl()
788 dev_dbg(gc2093->dev, "%s short_gain_reg: 0x%x\n", __func__, hdrae_exp->short_gain_reg); in gc2093_ioctl()
789 ret = gc2093_set_gain(gc2093, hdrae_exp->short_gain_reg); in gc2093_ioctl()
795 dev_dbg(gc2093->dev, "%s exp_reg middle: 0x%x, short: 0x%x\n", __func__, hdrae_exp->middle_exp_reg, in gc2093_ioctl()
796 hdrae_exp->short_exp_reg); in gc2093_ioctl()
798 if (hdrae_exp->middle_exp_reg < 0x30 || hdrae_exp->short_exp_reg < PI_REG_VALUE_FO) { in gc2093_ioctl()
819 if (hdrae_exp->short_exp_reg <= (vb - PI_REG_VALUE_EI)) { in gc2093_ioctl()
820 short_exp = hdrae_exp in gc2093_ioctl()
[all...]

Completed in 2 milliseconds