Home
last modified time | relevance | path

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

/drivers/media/platform/ti/omap3isp/
A Dispstat.c418 if (stat->state != ISPSTAT_DISABLED || stat->buf_processing) { in isp_stat_bufs_alloc()
646 return omap3isp_stat_pcr_busy(stat) | stat->buf_processing | in omap3isp_stat_busy()
701 if (stat->state == ISPSTAT_ENABLING && !stat->buf_processing && in isp_stat_try_enable()
854 int buf_processing; in __stat_isr() local
868 buf_processing = stat->buf_processing; in __stat_isr()
869 stat->buf_processing = 1; in __stat_isr()
872 if (buf_processing && !from_dma) { in __stat_isr()
913 stat->buf_processing = 0; in __stat_isr()
987 stat->buf_processing = 0; in __stat_isr()
A Dispstat.h91 unsigned buf_processing:1; member

Completed in 6 milliseconds