Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/omap3isp/
Dispstat.h76 int (*buf_process)(struct ispstat *stat); member
Dispstat.c900 if (!from_dma && stat->ops->buf_process) in __stat_isr()
902 ret = stat->ops->buf_process(stat); in __stat_isr()
975 if (stat->ops->buf_process) in __stat_isr()
Disphist.c456 .buf_process = hist_buf_process,