Lines Matching defs:cyclic
225 bool cyclic;
796 * Once DMA is in setup cyclic mode the channel we cannot assign this
800 if (chan->desc && chan->desc->cyclic) {
802 "Request not allowed when dma in cyclic mode\n");
829 desc->cyclic = false;
857 * Once DMA is in setup cyclic mode the channel we cannot assign this
861 if (chan->desc && chan->desc->cyclic) {
863 "Request not allowed when dma in cyclic mode\n");
925 desc->cyclic = true;
953 * Once DMA is in setup cyclic mode the channel we cannot assign this
957 if (chan->desc && chan->desc->cyclic) {
959 "Request not allowed when dma in cyclic mode\n");
1111 desc->cyclic = false;
1458 if (chan->desc && chan->desc->cyclic) {