Home
last modified time | relevance | path

Searched refs:zynqmp_dma_free_desc_list (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/dma/xilinx/
H A Dzynqmp_dma.c446 * zynqmp_dma_free_desc_list - Free descriptors list
450 static void zynqmp_dma_free_desc_list(struct zynqmp_dma_chan *chan, in zynqmp_dma_free_desc_list() function
663 zynqmp_dma_free_desc_list(chan, &chan->active_list); in zynqmp_dma_free_descriptors()
664 zynqmp_dma_free_desc_list(chan, &chan->pending_list); in zynqmp_dma_free_descriptors()
665 zynqmp_dma_free_desc_list(chan, &chan->done_list); in zynqmp_dma_free_descriptors()
/kernel/linux/linux-6.6/drivers/dma/xilinx/
H A Dzynqmp_dma.c443 * zynqmp_dma_free_desc_list - Free descriptors list
447 static void zynqmp_dma_free_desc_list(struct zynqmp_dma_chan *chan, in zynqmp_dma_free_desc_list() function
666 zynqmp_dma_free_desc_list(chan, &chan->active_list); in zynqmp_dma_free_descriptors()
667 zynqmp_dma_free_desc_list(chan, &chan->pending_list); in zynqmp_dma_free_descriptors()
668 zynqmp_dma_free_desc_list(chan, &chan->done_list); in zynqmp_dma_free_descriptors()

Completed in 4 milliseconds