Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/platform/ti/omap3isp/
Dispstat.c420 if (stat->state != ISPSTAT_DISABLED || stat->buf_processing) { in isp_stat_bufs_alloc()
648 return omap3isp_stat_pcr_busy(stat) | stat->buf_processing | in omap3isp_stat_busy()
703 if (stat->state == ISPSTAT_ENABLING && !stat->buf_processing && in isp_stat_try_enable()
856 int buf_processing; in __stat_isr() local
870 buf_processing = stat->buf_processing; in __stat_isr()
871 stat->buf_processing = 1; in __stat_isr()
874 if (buf_processing && !from_dma) { in __stat_isr()
915 stat->buf_processing = 0; in __stat_isr()
989 stat->buf_processing = 0; in __stat_isr()
Dispstat.h91 unsigned buf_processing:1; member