Searched refs:ccdc_struct (Results 1 – 1 of 1) sorted by relevance
664 struct omap3isp_ccdc_update_config *ccdc_struct) in ccdc_config() argument673 if (OMAP3ISP_CCDC_ALAW & ccdc_struct->update) { in ccdc_config()674 ccdc->alaw = !!(OMAP3ISP_CCDC_ALAW & ccdc_struct->flag); in ccdc_config()678 if (OMAP3ISP_CCDC_LPF & ccdc_struct->update) { in ccdc_config()679 ccdc->lpf = !!(OMAP3ISP_CCDC_LPF & ccdc_struct->flag); in ccdc_config()683 if (OMAP3ISP_CCDC_BLCLAMP & ccdc_struct->update) { in ccdc_config()684 if (copy_from_user(&ccdc->clamp, ccdc_struct->bclamp, in ccdc_config()690 ccdc->obclamp = !!(OMAP3ISP_CCDC_BLCLAMP & ccdc_struct->flag); in ccdc_config()694 if (OMAP3ISP_CCDC_BCOMP & ccdc_struct->update) { in ccdc_config()695 if (copy_from_user(&ccdc->blcomp, ccdc_struct->blcomp, in ccdc_config()[all …]