Searched refs:ccdc_struct (Results 1 – 1 of 1) sorted by relevance
667 struct omap3isp_ccdc_update_config *ccdc_struct) in ccdc_config() argument676 if (OMAP3ISP_CCDC_ALAW & ccdc_struct->update) { in ccdc_config()677 ccdc->alaw = !!(OMAP3ISP_CCDC_ALAW & ccdc_struct->flag); in ccdc_config()681 if (OMAP3ISP_CCDC_LPF & ccdc_struct->update) { in ccdc_config()682 ccdc->lpf = !!(OMAP3ISP_CCDC_LPF & ccdc_struct->flag); in ccdc_config()686 if (OMAP3ISP_CCDC_BLCLAMP & ccdc_struct->update) { in ccdc_config()687 if (copy_from_user(&ccdc->clamp, ccdc_struct->bclamp, in ccdc_config()693 ccdc->obclamp = !!(OMAP3ISP_CCDC_BLCLAMP & ccdc_struct->flag); in ccdc_config()697 if (OMAP3ISP_CCDC_BCOMP & ccdc_struct->update) { in ccdc_config()698 if (copy_from_user(&ccdc->blcomp, ccdc_struct->blcomp, in ccdc_config()[all …]