Searched refs:buf_processing (Results 1 – 2 of 2) sorted by relevance
420 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() local870 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()
91 unsigned buf_processing:1; member
Completed in 5 milliseconds