Lines Matching defs:cyclic
268 * @save_dscr: for cyclic operations, preserve next descriptor address in
269 * the cyclic list on suspend/resume cycle
285 bool cyclic;
459 * atc_chan_is_cyclic - test if given channel has cyclic property set
649 * example, it uses a cyclic DMA transfer to read data from the Receive
660 * cyclic tranfers, the assumption is that a full loop is "not so fast". If the
1474 * atc_prep_dma_cyclic - prepare the cyclic DMA transfer
1529 /* build cyclic linked list */
1537 /* lets make a cyclic list */
1643 /* if channel dedicated to cyclic operations, free it */
2047 /* controller can do slave DMA: can trigger cyclic transfers */
2145 /* wait for transaction completion (except in cyclic case) */
2160 "cyclic channel not paused, should be done by channel user\n");
2164 /* now preserve additional data for cyclic operations */
2165 /* next descriptor address in the cyclic list */
2197 /* restore channel status for cyclic descriptors list:
2198 * next descriptor in the cyclic list at the time of suspend */