Searched refs:hdrae_exp (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/media/spi/ |
| H A D | rk1608_core.c | 730 struct preisp_hdrae_exp_s *hdrae_exp) in rk1608_send_meta_hdrae() argument 769 msg->reg_exp_time[0] = hdrae_exp->long_exp_reg; in rk1608_send_meta_hdrae() 770 msg->reg_exp_gain[0] = hdrae_exp->long_gain_reg; in rk1608_send_meta_hdrae() 771 msg->reg_exp_time[1] = hdrae_exp->middle_exp_reg; in rk1608_send_meta_hdrae() 772 msg->reg_exp_gain[1] = hdrae_exp->middle_gain_reg; in rk1608_send_meta_hdrae() 773 msg->reg_exp_time[2] = hdrae_exp->short_exp_reg; in rk1608_send_meta_hdrae() 774 msg->reg_exp_gain[2] = hdrae_exp->short_gain_reg; in rk1608_send_meta_hdrae() 776 msg->exp_time[0] = hdrae_exp->long_exp_val; in rk1608_send_meta_hdrae() 777 msg->exp_gain[0] = hdrae_exp->long_gain_val; in rk1608_send_meta_hdrae() 778 msg->exp_time[1] = hdrae_exp->middle_exp_val; in rk1608_send_meta_hdrae() [all …]
|
| H A D | rk1608_dphy.c | 482 struct preisp_hdrae_exp_s hdrae_exp; in rk1608_compat_ioctl32() local 491 if (copy_from_user(&hdrae_exp, up, sizeof(hdrae_exp))) in rk1608_compat_ioctl32() 494 return rk1608_ioctl(sd, cmd, &hdrae_exp); in rk1608_compat_ioctl32()
|
| H A D | rk1608_core.h | 139 struct preisp_hdrae_exp_s hdrae_exp; member
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | gc2093.c | 825 struct preisp_hdrae_exp_s *hdrae_exp = arg; in gc2093_ioctl() local 838 gc2093->init_hdrae_exp = *hdrae_exp; in gc2093_ioctl() 844 ret = gc2093_set_gain(gc2093, hdrae_exp->short_gain_reg); in gc2093_ioctl() 851 __func__, hdrae_exp->middle_exp_reg, in gc2093_ioctl() 852 hdrae_exp->short_exp_reg, hdrae_exp->short_gain_reg); in gc2093_ioctl() 854 if (hdrae_exp->middle_exp_reg < 0x30 || hdrae_exp->short_exp_reg < 4) in gc2093_ioctl() 879 if (hdrae_exp->short_exp_reg <= (vb - 8)) { in gc2093_ioctl() 880 short_exp = hdrae_exp->short_exp_reg; in gc2093_ioctl() 889 if (short_exp + hdrae_exp->middle_exp_reg > cur_vts) { in gc2093_ioctl() 894 middle_exp = hdrae_exp->middle_exp_reg; in gc2093_ioctl()
|
| H A D | ov2718.c | 8028 struct preisp_hdrae_exp_s *hdrae_exp = arg; in ov2718_ioctl() local 8038 ov2718->init_hdrae_exp = *hdrae_exp; in ov2718_ioctl() 8045 hdrae_exp->middle_exp_reg, in ov2718_ioctl() 8046 hdrae_exp->middle_gain_reg, in ov2718_ioctl() 8047 hdrae_exp->short_exp_reg, in ov2718_ioctl() 8048 hdrae_exp->short_gain_reg); in ov2718_ioctl() 8050 ov2718_get_hcg_reg(hdrae_exp->middle_gain_reg, in ov2718_ioctl() 8053 ov2718_get_lcg_reg(hdrae_exp->short_gain_reg, in ov2718_ioctl() 8074 (hdrae_exp->middle_exp_reg >> 8) & 0xFF); in ov2718_ioctl() 8080 hdrae_exp->middle_exp_reg & 0xFF); in ov2718_ioctl() [all …]
|
| H A D | ov2775.c | 4218 struct preisp_hdrae_exp_s *hdrae_exp = arg; in ov2775_ioctl() local 4228 ov2775->init_hdrae_exp = *hdrae_exp; in ov2775_ioctl() 4235 hdrae_exp->middle_exp_reg, in ov2775_ioctl() 4236 hdrae_exp->middle_gain_reg, in ov2775_ioctl() 4237 hdrae_exp->short_exp_reg, in ov2775_ioctl() 4238 hdrae_exp->short_gain_reg); in ov2775_ioctl() 4240 ov2775_get_hcg_reg(hdrae_exp->middle_gain_reg, in ov2775_ioctl() 4243 ov2775_get_lcg_reg(hdrae_exp->short_gain_reg, in ov2775_ioctl() 4264 (hdrae_exp->middle_exp_reg >> 8) & 0xFF); in ov2775_ioctl() 4270 hdrae_exp->middle_exp_reg & 0xFF); in ov2775_ioctl() [all …]
|