Lines Matching refs:cyclic
70 * @cyclic: when set indicates that the DMA transfer is cyclic
91 bool cyclic;
431 * If the descriptor isn't cyclic enable normal descriptor mode
434 if (!desc->cyclic)
437 * If the descriptor is cyclic and has a callback enable the
931 bool cyclic)
953 desc->cyclic = cyclic;
1430 bool cyclic;
1438 cyclic = rchan->desc.running ? rchan->desc.running->cyclic : false;
1442 if (!residue && !cyclic)
1497 if (WARN_ON(!desc || !desc->cyclic)) {
1500 * cyclic descriptor when a descriptor stage end interrupt is
1537 * cyclic.
1541 if (!desc->cyclic)
1548 * cyclic, move back to the first one.
1550 if (desc->cyclic) {
1635 /* For cyclic transfers notify the user after every chunk. */
1636 if (chan->desc.running && chan->desc.running->cyclic) {