Lines Matching refs:pch_dma_desc
83 struct pch_dma_desc {
138 struct pch_dma_desc *to_pd_desc(struct dma_async_tx_descriptor *txd)
140 return container_of(txd, struct pch_dma_desc, txd);
164 struct pch_dma_desc *pdc_first_active(struct pch_dma_chan *pd_chan)
167 struct pch_dma_desc, desc_node);
171 struct pch_dma_desc *pdc_first_queued(struct pch_dma_chan *pd_chan)
174 struct pch_dma_desc, desc_node);
319 static void pdc_dostart(struct pch_dma_chan *pd_chan, struct pch_dma_desc* desc)
349 struct pch_dma_desc *desc)
363 struct pch_dma_desc *desc, *_d;
380 struct pch_dma_desc *bad_desc;
410 struct pch_dma_desc *desc = to_pd_desc(txd);
426 static struct pch_dma_desc *pdc_alloc_desc(struct dma_chan *chan, gfp_t flags)
428 struct pch_dma_desc *desc = NULL;
444 static struct pch_dma_desc *pdc_desc_get(struct pch_dma_chan *pd_chan)
446 struct pch_dma_desc *desc, *_d;
447 struct pch_dma_desc *ret = NULL;
479 struct pch_dma_desc *desc)
492 struct pch_dma_desc *desc;
531 struct pch_dma_desc *desc, *_d;
573 struct pch_dma_desc *first = NULL;
574 struct pch_dma_desc *prev = NULL;
575 struct pch_dma_desc *desc = NULL;
655 struct pch_dma_desc *desc, *_d;
861 sizeof(struct pch_dma_desc), 4, 0);