Go to the documentation of this file.
21 #include <linux/list.h>
22 #include <linux/types.h>
112 #define shdma_for_each_chan(c, d, i) for (i = 0, c = (d)->schan[0]; \
113 i < (d)->dma_dev.chancnt; c = (d)->schan[++i])
116 unsigned long,
const char *);