Lines Matching refs:idle
230 /* wait for the DMA controller to become idle */
563 * HARDWARE STATE: idle
580 * The DMA controller is not idle, which means that the interrupt
584 if (!chan->idle) {
598 chan_dbg(chan, "idle, starting controller\n");
623 chan->idle = false;
841 chan->idle = true;
961 /* check that the DMA controller is really idle */
963 chan_err(chan, "irq: controller not idle!\n");
987 /* the hardware is now idle and ready for more */
988 chan->idle = true;
1178 chan->idle = true;
1343 if (unlikely(!chan->idle))