Home
last modified time | relevance | path

Searched refs:ISP2X_MODULE_HDRTMO (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Disp_params_v2x.c3746 if ((module_cfg_update & ISP2X_MODULE_HDRTMO)) in __isp_isr_other_config()
3794 if ((module_cfg_update & ISP2X_MODULE_HDRTMO)) in __isp_isr_other_config()
3832 if (module_en_update & ISP2X_MODULE_HDRTMO) { in __isp_isr_other_en()
3833 ops->hdrtmo_enable(params_vdev, !!(module_ens & ISP2X_MODULE_HDRTMO)); in __isp_isr_other_en()
3834 priv_val->tmo_en = !!(module_ens & ISP2X_MODULE_HDRTMO); in __isp_isr_other_en()
3885 if (module_en_update & ISP2X_MODULE_HDRTMO) { in __isp_isr_other_en()
3886 ops->hdrtmo_enable(params_vdev, !!(module_ens & ISP2X_MODULE_HDRTMO)); in __isp_isr_other_en()
3887 priv_val->tmo_en = !!(module_ens & ISP2X_MODULE_HDRTMO); in __isp_isr_other_en()
H A Dbridge_v20.c361 if (rkisp_debug_reg & ISP2X_MODULE_HDRTMO) { in dump_dbg_reg()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Drk-isp2-config.h170 #define ISP2X_MODULE_HDRTMO _BITULL(ISP2X_ID_HDRTMO) macro
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/common/
H A Drkisp2-config.h182 #define ISP2X_MODULE_HDRTMO BIT_ULL(ISP2X_ID_HDRTMO) macro