Home
last modified time | relevance | path

Searched refs:vd_to_axi_desc (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/dma/dw-axi-dmac/
Ddw-axi-dmac-platform.c351 axi_desc_put(vd_to_axi_desc(vdesc)); in vchan_desc_put()
376 length = vd_to_axi_desc(vdesc)->length; in dma_chan_tx_status()
377 completed_blocks = vd_to_axi_desc(vdesc)->completed_blocks; in dma_chan_tx_status()
378 len = vd_to_axi_desc(vdesc)->hw_desc[0].len; in dma_chan_tx_status()
492 desc = vd_to_axi_desc(vd); in axi_chan_start_first_queued()
1084 axi_chan_list_dump_lli(chan, vd_to_axi_desc(vd)); in axi_chan_handle_err()
1121 desc = vd_to_axi_desc(vd); in axi_chan_block_xfer_complete()
Ddw-axi-dmac.h131 static inline struct axi_dma_desc *vd_to_axi_desc(struct virt_dma_desc *vd) in vd_to_axi_desc() function