Lines Matching defs:cyclic
252 bool cyclic;
788 * Once DMA is in setup cyclic mode the channel we cannot assign this
792 if (chan->desc && chan->desc->cyclic) {
794 "Request not allowed when dma in cyclic mode\n");
806 desc->cyclic = false;
833 * Once DMA is in setup cyclic mode the channel we cannot assign this
837 if (chan->desc && chan->desc->cyclic) {
839 "Request not allowed when dma in cyclic mode\n");
897 desc->cyclic = true;
925 * Once DMA is in setup cyclic mode the channel we cannot assign this
929 if (chan->desc && chan->desc->cyclic) {
931 "Request not allowed when dma in cyclic mode\n");
1083 desc->cyclic = false;
1408 if (chan->desc && chan->desc->cyclic) {