Home
last modified time | relevance | path

Searched refs:buf_process (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/platform/omap3isp/
H A Dispstat.h73 int (*buf_process)(struct ispstat *stat); member
H A Dispstat.c897 if (!from_dma && stat->ops->buf_process) in __stat_isr()
899 ret = stat->ops->buf_process(stat); in __stat_isr()
909 * can return only after call stat's buf_process() operator. in __stat_isr()
972 if (stat->ops->buf_process) in __stat_isr()
H A Disphist.c453 .buf_process = hist_buf_process,
/kernel/linux/linux-6.6/drivers/media/platform/ti/omap3isp/
H A Dispstat.h73 int (*buf_process)(struct ispstat *stat); member
H A Dispstat.c898 if (!from_dma && stat->ops->buf_process) in __stat_isr()
900 ret = stat->ops->buf_process(stat); in __stat_isr()
910 * can return only after call stat's buf_process() operator. in __stat_isr()
973 if (stat->ops->buf_process) in __stat_isr()
H A Disphist.c453 .buf_process = hist_buf_process,

Completed in 5 milliseconds