Home
last modified time | relevance | path

Searched refs:iq_feature (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Dcsi.c278 u64 iq_feature = dev->hw_dev->iq_feature; in csi_config() local
370 if ((ISP2X_MODULE_HDRMGE & ~iq_feature) && (val & SW_HDRMGE_EN)) { in csi_config()
563 u64 iq_feature = dev->hw_dev->iq_feature; in rkisp_csi_config_patch() local
649 if ((ISP2X_MODULE_HDRMGE & ~iq_feature) && (val & SW_HDRMGE_EN)) { in rkisp_csi_config_patch()
H A Dhw.h90 u64 iq_feature; member
H A Disp_params_v21.c3547 u64 iq_feature = ispdev->hw_dev->iq_feature; in __isp_isr_other_en() local
3556 if (module_en_update & ~iq_feature) { in __isp_isr_other_en()
3559 module_en_update, iq_feature); in __isp_isr_other_en()
3560 module_en_update &= iq_feature; in __isp_isr_other_en()
3695 u64 iq_feature = ispdev->hw_dev->iq_feature; in __isp_isr_meas_en() local
3704 if (module_en_update & ~iq_feature) { in __isp_isr_meas_en()
3707 module_en_update, iq_feature); in __isp_isr_meas_en()
3708 module_en_update &= iq_feature; in __isp_isr_meas_en()
H A Dhw.c958 ret = of_property_read_u64(node, "rockchip,iq-feature", &hw_dev->iq_feature); in rkisp_hw_probe()
H A Drkisp.c598 u64 iq_feature = hw->iq_feature; in rkisp_trigger_read_back() local
628 if ((ISP2X_MODULE_HDRMGE & ~iq_feature) && (val & SW_HDRMGE_EN)) { in rkisp_trigger_read_back()