Lines Matching refs:pch_dma_desc

95 struct pch_dma_desc {  struct
150 struct pch_dma_desc *to_pd_desc(struct dma_async_tx_descriptor *txd) in to_pd_desc()
152 return container_of(txd, struct pch_dma_desc, txd); in to_pd_desc()
176 struct pch_dma_desc *pdc_first_active(struct pch_dma_chan *pd_chan) in pdc_first_active()
179 struct pch_dma_desc, desc_node); in pdc_first_active()
183 struct pch_dma_desc *pdc_first_queued(struct pch_dma_chan *pd_chan) in pdc_first_queued()
186 struct pch_dma_desc, desc_node); in pdc_first_queued()
331 static void pdc_dostart(struct pch_dma_chan *pd_chan, struct pch_dma_desc* desc) in pdc_dostart()
361 struct pch_dma_desc *desc) in pdc_chain_complete()
376 struct pch_dma_desc *desc, *_d; in pdc_complete_all()
393 struct pch_dma_desc *bad_desc; in pdc_handle_error()
423 struct pch_dma_desc *desc = to_pd_desc(txd); in pd_tx_submit()
441 static struct pch_dma_desc *pdc_alloc_desc(struct dma_chan *chan, gfp_t flags) in pdc_alloc_desc()
443 struct pch_dma_desc *desc = NULL; in pdc_alloc_desc()
449 memset(desc, 0, sizeof(struct pch_dma_desc)); in pdc_alloc_desc()
460 static struct pch_dma_desc *pdc_desc_get(struct pch_dma_chan *pd_chan) in pdc_desc_get()
462 struct pch_dma_desc *desc, *_d; in pdc_desc_get()
463 struct pch_dma_desc *ret = NULL; in pdc_desc_get()
495 struct pch_dma_desc *desc) in pdc_desc_put()
508 struct pch_dma_desc *desc; in pd_alloc_chan_resources()
547 struct pch_dma_desc *desc, *_d; in pd_free_chan_resources()
589 struct pch_dma_desc *first = NULL; in pd_prep_slave_sg()
590 struct pch_dma_desc *prev = NULL; in pd_prep_slave_sg()
591 struct pch_dma_desc *desc = NULL; in pd_prep_slave_sg()
671 struct pch_dma_desc *desc, *_d; in pd_device_terminate_all()
892 sizeof(struct pch_dma_desc), 4, 0); in pch_dma_probe()