Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/media/video/omap3isp/
Dispstat.h87 int (*buf_process)(struct ispstat *stat); member
Dispstat.c922 if (!from_dma && stat->ops->buf_process) in __stat_isr()
924 ret = stat->ops->buf_process(stat); in __stat_isr()
997 if (stat->ops->buf_process) in __stat_isr()
Disphist.c450 .buf_process = hist_buf_process,