Lines Matching refs:cpdma_desc
71 struct cpdma_desc { struct
113 struct cpdma_desc __iomem *head, *tail;
169 pool->desc_size = ALIGN(sizeof(struct cpdma_desc), align); in cpdma_desc_pool_create()
209 struct cpdma_desc __iomem *desc) in desc_phys()
216 static inline struct cpdma_desc __iomem *
222 static struct cpdma_desc __iomem *
229 struct cpdma_desc __iomem *desc = NULL; in cpdma_desc_alloc()
254 struct cpdma_desc __iomem *desc, int num_desc) in cpdma_desc_free()
626 struct cpdma_desc __iomem *desc) in __cpdma_chan_submit()
629 struct cpdma_desc __iomem *prev = chan->tail; in __cpdma_chan_submit()
665 struct cpdma_desc __iomem *desc; in cpdma_chan_submit()
746 struct cpdma_desc __iomem *desc, in __cpdma_chan_free()
767 struct cpdma_desc __iomem *desc; in __cpdma_chan_process()
910 struct cpdma_desc __iomem *desc = chan->head; in cpdma_chan_stop()