Lines Matching refs:cyclic
70 * @cyclic: when set indicates that the DMA transfer is cyclic
91 bool cyclic;
400 * If the descriptor isn't cyclic enable normal descriptor mode
403 if (!desc->cyclic)
406 * If the descriptor is cyclic and has a callback enable the
904 bool cyclic)
926 desc->cyclic = cyclic;
1403 bool cyclic;
1411 cyclic = rchan->desc.running ? rchan->desc.running->cyclic : false;
1415 if (!residue && !cyclic)
1470 if (WARN_ON(!desc || !desc->cyclic)) {
1473 * cyclic descriptor when a descriptor stage end interrupt is
1510 * cyclic.
1514 if (!desc->cyclic)
1521 * cyclic, move back to the first one.
1523 if (desc->cyclic) {
1608 /* For cyclic transfers notify the user after every chunk. */
1609 if (chan->desc.running && chan->desc.running->cyclic) {