Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/media/platform/omap3isp/
Dispstat.c420 if (stat->state != ISPSTAT_DISABLED || stat->buf_processing) { in isp_stat_bufs_alloc()
647 return omap3isp_stat_pcr_busy(stat) | stat->buf_processing | in omap3isp_stat_busy()
702 if (stat->state == ISPSTAT_ENABLING && !stat->buf_processing && in isp_stat_try_enable()
855 int buf_processing; in __stat_isr() local
869 buf_processing = stat->buf_processing; in __stat_isr()
870 stat->buf_processing = 1; in __stat_isr()
873 if (buf_processing && !from_dma) { in __stat_isr()
914 stat->buf_processing = 0; in __stat_isr()
988 stat->buf_processing = 0; in __stat_isr()
Dispstat.h91 unsigned buf_processing:1; member