Home
last modified time | relevance | path

Searched refs:ISP2X_MODULE_IE (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DIsp20Params.cpp2812 isp_cfg.module_ens |= ISP2X_MODULE_IE; in convertAiqIeToIsp20Params()
2813 isp_cfg.module_en_update |= ISP2X_MODULE_IE; in convertAiqIeToIsp20Params()
2814 isp_cfg.module_cfg_update |= ISP2X_MODULE_IE; in convertAiqIeToIsp20Params()
2889 isp_cfg.module_ens &= ~ISP2X_MODULE_IE; in convertAiqIeToIsp20Params()
2890 isp_cfg.module_en_update |= ISP2X_MODULE_IE; in convertAiqIeToIsp20Params()
2891 isp_cfg.module_cfg_update &= ~ISP2X_MODULE_IE; in convertAiqIeToIsp20Params()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/common/
H A Drkisp3-config.h23 #define ISP3X_MODULE_IE ISP2X_MODULE_IE
H A Drkisp2-config.h166 #define ISP2X_MODULE_IE BIT_ULL(ISP2X_ID_IE) macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Drk-isp3-config.h23 #define ISP3X_MODULE_IE ISP2X_MODULE_IE
H A Drk-isp2-config.h154 #define ISP2X_MODULE_IE _BITULL(ISP2X_ID_IE) macro
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Disp_params_v2x.c3779 if ((module_cfg_update & ISP2X_MODULE_IE)) in __isp_isr_other_config()
3866 if (module_en_update & ISP2X_MODULE_IE) in __isp_isr_other_en()
3867 ops->ie_enable(params_vdev, !!(module_ens & ISP2X_MODULE_IE)); in __isp_isr_other_en()
H A Disp_params_v21.c3499 if ((module_cfg_update & ISP2X_MODULE_IE)) in __isp_isr_other_config()
3601 if (module_en_update & ISP2X_MODULE_IE) in __isp_isr_other_en()
3602 ops->ie_enable(params_vdev, !!(module_ens & ISP2X_MODULE_IE)); in __isp_isr_other_en()
H A Dbridge_v20.c143 if (rkisp_debug_reg & ISP2X_MODULE_IE) { in dump_dbg_reg()