Searched refs:dpcc_cfg (Results 1 – 14 of 14) sorted by relevance
156 struct rkmodule_dpcc_cfg dpcc_cfg; in setSensorDpcc() local158 dpcc_cfg.enable = SensorDpccInfo->enable; in setSensorDpcc()159 dpcc_cfg.cur_single_dpcc = SensorDpccInfo->cur_single_dpcc; in setSensorDpcc()160 dpcc_cfg.cur_multiple_dpcc = SensorDpccInfo->cur_multiple_dpcc; in setSensorDpcc()161 dpcc_cfg.total_dpcc = SensorDpccInfo->total_dpcc; in setSensorDpcc()164 dpcc_cfg.enable, dpcc_cfg.cur_single_dpcc, in setSensorDpcc()165 dpcc_cfg.cur_multiple_dpcc, dpcc_cfg.total_dpcc); in setSensorDpcc()166 if (io_control(RKMODULE_SET_DPCC_CFG, &dpcc_cfg) < 0) { in setSensorDpcc()
717 struct isp2x_dpcc_cfg dpcc_cfg; member
999 struct isp2x_dpcc_cfg dpcc_cfg; member
1308 struct isp2x_dpcc_cfg dpcc_cfg; member
1756 struct isp2x_dpcc_cfg dpcc_cfg; member
1744 struct isp2x_dpcc_cfg dpcc_cfg; member
3753 ops->dpcc_config(params_vdev, &new_params->others.dpcc_cfg); in __isp_isr_other_config()
3466 ops->dpcc_config(params_vdev, &new_params->others.dpcc_cfg); in __isp_isr_other_config()
3817 ops->dpcc_config(params_vdev, &new_params->others.dpcc_cfg, id); in __isp_isr_other_config()
3976 ops->dpcc_config(params_vdev, &new_params->others.dpcc_cfg); in __isp_isr_other_config()
1649 struct isp2x_dpcc_cfg * pDpccCfg = &isp_cfg.others.dpcc_cfg; in convertAiqDpccToIsp20Params()