Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/dma/xilinx/
H A Dxilinx_dma.c862 * xilinx_dma_free_desc_list - Free descriptors list
866 static void xilinx_dma_free_desc_list(struct xilinx_dma_chan *chan, in xilinx_dma_free_desc_list() function
887 xilinx_dma_free_desc_list(chan, &chan->pending_list); in xilinx_dma_free_descriptors()
888 xilinx_dma_free_desc_list(chan, &chan->done_list); in xilinx_dma_free_descriptors()
889 xilinx_dma_free_desc_list(chan, &chan->active_list); in xilinx_dma_free_descriptors()
/kernel/linux/linux-6.6/drivers/dma/xilinx/
H A Dxilinx_dma.c892 * xilinx_dma_free_desc_list - Free descriptors list
896 static void xilinx_dma_free_desc_list(struct xilinx_dma_chan *chan, in xilinx_dma_free_desc_list() function
917 xilinx_dma_free_desc_list(chan, &chan->pending_list); in xilinx_dma_free_descriptors()
918 xilinx_dma_free_desc_list(chan, &chan->done_list); in xilinx_dma_free_descriptors()
919 xilinx_dma_free_desc_list(chan, &chan->active_list); in xilinx_dma_free_descriptors()

Completed in 8 milliseconds