Lines Matching refs:hidma_desc
94 struct hidma_desc *to_hidma_desc(struct dma_async_tx_descriptor *t)
96 return container_of(t, struct hidma_desc, desc);
120 struct hidma_desc *mdesc;
121 struct hidma_desc *next;
173 struct hidma_desc *mdesc = data;
188 struct hidma_desc, node);
240 struct hidma_desc *qdesc, *next;
250 struct hidma_desc *desc = list_first_entry(&mchan->active,
251 struct hidma_desc,
321 struct hidma_desc *mdesc;
334 mdesc = container_of(txd, struct hidma_desc, desc);
352 struct hidma_desc *mdesc, *tmp;
363 mdesc = kzalloc(sizeof(struct hidma_desc), GFP_NOWAIT);
404 struct hidma_desc *mdesc = NULL;
411 mdesc = list_first_entry(&mchan->free, struct hidma_desc, node);
437 struct hidma_desc *mdesc = NULL;
444 mdesc = list_first_entry(&mchan->free, struct hidma_desc, node);
469 struct hidma_desc *tmp, *mdesc;
534 struct hidma_desc *mdesc, *tmp;