Searched refs:module_cfg_update (Results 1 – 2 of 2) sorted by relevance
885 unsigned int module_en_update, module_cfg_update, module_ens; in rkisp1_isp_isr_other_config() local888 module_cfg_update = new_params->module_cfg_update; in rkisp1_isp_isr_other_config()892 (module_cfg_update & RKISP1_CIF_ISP_MODULE_DPCC)) { in rkisp1_isp_isr_other_config()894 if ((module_cfg_update & RKISP1_CIF_ISP_MODULE_DPCC)) in rkisp1_isp_isr_other_config()911 (module_cfg_update & RKISP1_CIF_ISP_MODULE_BLS)) { in rkisp1_isp_isr_other_config()913 if ((module_cfg_update & RKISP1_CIF_ISP_MODULE_BLS)) in rkisp1_isp_isr_other_config()930 (module_cfg_update & RKISP1_CIF_ISP_MODULE_SDG)) { in rkisp1_isp_isr_other_config()932 if ((module_cfg_update & RKISP1_CIF_ISP_MODULE_SDG)) in rkisp1_isp_isr_other_config()949 (module_cfg_update & RKISP1_CIF_ISP_MODULE_LSC)) { in rkisp1_isp_isr_other_config()951 if ((module_cfg_update & RKISP1_CIF_ISP_MODULE_LSC)) in rkisp1_isp_isr_other_config()[all …]
761 __u32 module_cfg_update; member