Lines Matching refs:pch_dma_desc

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