Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/platform/omap3isp/
H A 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()
/kernel/linux/linux-6.6/drivers/media/platform/ti/omap3isp/
H A 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()

Completed in 2 milliseconds