Lines Matching defs:cyclic
191 bool cyclic;
578 if (chan->desc->cyclic)
624 if (chan->desc->cyclic) {
897 desc->cyclic = false;
982 desc->cyclic = true;
1034 desc->cyclic = false;
1103 * A race condition may occur if DMA is running in cyclic or double
1117 * This race condition doesn't apply for none cyclic mode, as double
1132 * In cyclic mode, for the last period, residue = remaining bytes
1134 * else for all other periods in cyclic mode, and in sg mode,
1138 if (!chan->desc->cyclic || n_sg != 0)