Searched refs:fsldma_free_desc_list (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/ |
H A D | fsldma.c | 714 * fsldma_free_desc_list - Free all descriptors in a queue 720 static void fsldma_free_desc_list(struct fsldma_chan *chan, in fsldma_free_desc_list() function 749 fsldma_free_desc_list(chan, &chan->ld_pending); in fsl_dma_free_chan_resources() 750 fsldma_free_desc_list(chan, &chan->ld_running); in fsl_dma_free_chan_resources() 751 fsldma_free_desc_list(chan, &chan->ld_completed); in fsl_dma_free_chan_resources() 838 fsldma_free_desc_list(chan, &chan->ld_pending); in fsl_dma_device_terminate_all() 839 fsldma_free_desc_list(chan, &chan->ld_running); in fsl_dma_device_terminate_all() 840 fsldma_free_desc_list(chan, &chan->ld_completed); in fsl_dma_device_terminate_all()
|
/kernel/linux/linux-6.6/drivers/dma/ |
H A D | fsldma.c | 715 * fsldma_free_desc_list - Free all descriptors in a queue 721 static void fsldma_free_desc_list(struct fsldma_chan *chan, in fsldma_free_desc_list() function 750 fsldma_free_desc_list(chan, &chan->ld_pending); in fsl_dma_free_chan_resources() 751 fsldma_free_desc_list(chan, &chan->ld_running); in fsl_dma_free_chan_resources() 752 fsldma_free_desc_list(chan, &chan->ld_completed); in fsl_dma_free_chan_resources() 839 fsldma_free_desc_list(chan, &chan->ld_pending); in fsl_dma_device_terminate_all() 840 fsldma_free_desc_list(chan, &chan->ld_running); in fsl_dma_device_terminate_all() 841 fsldma_free_desc_list(chan, &chan->ld_completed); in fsl_dma_device_terminate_all()
|
Completed in 4 milliseconds