Searched refs:vd_to_axi_desc (Results 1 – 2 of 2) sorted by relevance
304 axi_desc_put(vd_to_axi_desc(vdesc)); in vchan_desc_put()329 length = vd_to_axi_desc(vdesc)->length; in dma_chan_tx_status()330 completed_blocks = vd_to_axi_desc(vdesc)->completed_blocks; in dma_chan_tx_status()331 len = vd_to_axi_desc(vdesc)->hw_desc[0].len; in dma_chan_tx_status()445 desc = vd_to_axi_desc(vd); in axi_chan_start_first_queued()1037 axi_chan_list_dump_lli(chan, vd_to_axi_desc(vd)); in axi_chan_handle_err()1074 desc = vd_to_axi_desc(vd); in axi_chan_block_xfer_complete()
130 static inline struct axi_dma_desc *vd_to_axi_desc(struct virt_dma_desc *vd) in vd_to_axi_desc() function