Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DIsp20Params.cpp2908 isp_cfg.module_ens |= ISP2X_MODULE_LDCH; in convertAiqAldchToIsp20Params()
2909 isp_cfg.module_en_update |= ISP2X_MODULE_LDCH; in convertAiqAldchToIsp20Params()
2910 isp_cfg.module_cfg_update |= ISP2X_MODULE_LDCH; in convertAiqAldchToIsp20Params()
2916 isp_cfg.module_ens &= ~ISP2X_MODULE_LDCH; in convertAiqAldchToIsp20Params()
2917 isp_cfg.module_en_update |= ISP2X_MODULE_LDCH; in convertAiqAldchToIsp20Params()
3397 isp_cfg.module_ens |= ISP2X_MODULE_LDCH;
3398 isp_cfg.module_en_update |= ISP2X_MODULE_LDCH;
3399 isp_cfg.module_cfg_update |= ISP2X_MODULE_LDCH;
3405 isp_cfg.module_ens &= ~ISP2X_MODULE_LDCH;
3406 isp_cfg.module_en_update |= ISP2X_MODULE_LDCH;
[all …]
H A DCamHwIsp20.cpp5147 module_id = ISP2X_MODULE_LDCH; in releaseMemResource()
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Disp_params_v2x.c3806 if ((module_cfg_update & ISP2X_MODULE_LDCH)) in __isp_isr_other_config()
3901 if (module_en_update & ISP2X_MODULE_LDCH) { in __isp_isr_other_en()
3907 !!(module_ens & ISP2X_MODULE_LDCH) && in __isp_isr_other_en()
3912 !!(module_ens & ISP2X_MODULE_LDCH)); in __isp_isr_other_en()
4305 if (new_params->module_cfg_update & ISP2X_MODULE_LDCH) in rkisp_params_cfg_v2x()
H A Disp_params_v21.c3517 if ((module_cfg_update & ISP2X_MODULE_LDCH)) in __isp_isr_other_config()
3623 if (module_en_update & ISP2X_MODULE_LDCH) in __isp_isr_other_en()
3624 ops->ldch_enable(params_vdev, !!(module_ens & ISP2X_MODULE_LDCH)); in __isp_isr_other_en()
4239 if (new_params->module_cfg_update & ISP2X_MODULE_LDCH) in rkisp_params_cfg_v2x()
H A Dbridge_v20.c393 if (rkisp_debug_reg & ISP2X_MODULE_LDCH) { in dump_dbg_reg()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/common/
H A Drkisp3-config.h39 #define ISP3X_MODULE_LDCH ISP2X_MODULE_LDCH
H A Drkisp2-config.h186 #define ISP2X_MODULE_LDCH BIT_ULL(ISP2X_ID_LDCH) macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Drk-isp3-config.h39 #define ISP3X_MODULE_LDCH ISP2X_MODULE_LDCH
H A Drk-isp2-config.h174 #define ISP2X_MODULE_LDCH _BITULL(ISP2X_ID_LDCH) macro