Home
last modified time | relevance | path

Searched refs:hmf (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/media/platform/ti/omap3isp/
H A Disph3a_af.c112 if (conf->hmf.enable) { in h3a_af_setup_regs()
116 pcr |= conf->hmf.threshold << AF_MED_TH_SHIFT; in h3a_af_setup_regs()
241 if (cur_cfg->hmf.enable != user_cfg->hmf.enable) { in h3a_af_set_params()
245 if (cur_cfg->hmf.threshold != user_cfg->hmf.threshold) { in h3a_af_set_params()
/openbmc/linux/include/uapi/linux/
H A Domap3isp.h311 struct omap3isp_h3a_af_hmf hmf; /* HMF configurations */ member