Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/media/platform/ti/omap3isp/
Disphist.c477 struct omap3isp_hist_config *hist_cfg; in omap3isp_hist_init() local
480 hist_cfg = kzalloc(sizeof(*hist_cfg), GFP_KERNEL); in omap3isp_hist_init()
481 if (hist_cfg == NULL) in omap3isp_hist_init()
514 hist->priv = hist_cfg; in omap3isp_hist_init()
523 kfree(hist_cfg); in omap3isp_hist_init()