Searched refs:ccdc_struct (Results 1 – 1 of 1) sorted by relevance
666 struct omap3isp_ccdc_update_config *ccdc_struct) in ccdc_config() argument675 if (OMAP3ISP_CCDC_ALAW & ccdc_struct->update) { in ccdc_config()676 ccdc->alaw = !!(OMAP3ISP_CCDC_ALAW & ccdc_struct->flag); in ccdc_config()680 if (OMAP3ISP_CCDC_LPF & ccdc_struct->update) { in ccdc_config()681 ccdc->lpf = !!(OMAP3ISP_CCDC_LPF & ccdc_struct->flag); in ccdc_config()685 if (OMAP3ISP_CCDC_BLCLAMP & ccdc_struct->update) { in ccdc_config()686 if (copy_from_user(&ccdc->clamp, ccdc_struct->bclamp, in ccdc_config()692 ccdc->obclamp = !!(OMAP3ISP_CCDC_BLCLAMP & ccdc_struct->flag); in ccdc_config()696 if (OMAP3ISP_CCDC_BCOMP & ccdc_struct->update) { in ccdc_config()697 if (copy_from_user(&ccdc->blcomp, ccdc_struct->blcomp, in ccdc_config()[all …]