Lines Matching defs:status
117 enum dma_status status;
229 mxs_chan->status = DMA_COMPLETE;
259 mxs_chan->status = DMA_COMPLETE;
276 mxs_chan->status = DMA_PAUSED;
294 mxs_chan->status = DMA_IN_PROGRESS;
332 /* completion status */
340 /* error status */
345 * error status bit is in the upper 16 bits, error irq bit in the lower
370 mxs_chan->status = DMA_ERROR;
372 } else if (mxs_chan->status != DMA_COMPLETE) {
374 mxs_chan->status = DMA_IN_PROGRESS;
379 mxs_chan->status = DMA_COMPLETE;
383 if (mxs_chan->status == DMA_COMPLETE) {
487 if (mxs_chan->status == DMA_IN_PROGRESS)
497 mxs_chan->status = DMA_IN_PROGRESS;
569 mxs_chan->status = DMA_ERROR;
583 if (mxs_chan->status == DMA_IN_PROGRESS)
586 mxs_chan->status = DMA_IN_PROGRESS;
634 mxs_chan->status = DMA_ERROR;
653 if (mxs_chan->status == DMA_IN_PROGRESS &&
669 return mxs_chan->status;