Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/omap3isp/
Dispstat.c423 if (stat->state != ISPSTAT_DISABLED || stat->buf_processing) { in isp_stat_bufs_alloc()
650 return omap3isp_stat_pcr_busy(stat) | stat->buf_processing | in omap3isp_stat_busy()
705 if (stat->state == ISPSTAT_ENABLING && !stat->buf_processing && in isp_stat_try_enable()
858 int buf_processing; in __stat_isr() local
872 buf_processing = stat->buf_processing; in __stat_isr()
873 stat->buf_processing = 1; in __stat_isr()
876 if (buf_processing && !from_dma) { in __stat_isr()
917 stat->buf_processing = 0; in __stat_isr()
991 stat->buf_processing = 0; in __stat_isr()
Dispstat.h94 unsigned buf_processing:1; member