Searched refs:vchan_dma_desc_free_list (Results 1 – 25 of 49) sorted by relevance
12
/drivers/dma/ |
D | virt-dma.h | 44 void vchan_dma_desc_free_list(struct virt_dma_chan *vc, struct list_head *head); 199 vchan_dma_desc_free_list(vc, &head); in vchan_free_chan_resources() 224 vchan_dma_desc_free_list(vc, &head); in vchan_synchronize()
|
D | virt-dma.c | 112 void vchan_dma_desc_free_list(struct virt_dma_chan *vc, struct list_head *head) in vchan_dma_desc_free_list() function 121 EXPORT_SYMBOL_GPL(vchan_dma_desc_free_list);
|
D | milbeaut-xdmac.c | 232 vchan_dma_desc_free_list(vc, &head); in milbeaut_xdmac_terminate_all()
|
D | fsl-edma-common.c | 172 vchan_dma_desc_free_list(&fsl_chan->vchan, &head); in fsl_edma_terminate_all() 652 vchan_dma_desc_free_list(&fsl_chan->vchan, &head); in fsl_edma_free_chan_resources()
|
D | uniphier-mdmac.c | 271 vchan_dma_desc_free_list(vc, &head); in uniphier_mdmac_terminate_all()
|
D | fsl-qdma.c | 318 vchan_dma_desc_free_list(&fsl_chan->vchan, &head); in fsl_qdma_free_chan_resources() 1064 vchan_dma_desc_free_list(&fsl_chan->vchan, &head); in fsl_qdma_terminate_all()
|
D | milbeaut-hdmac.c | 311 vchan_dma_desc_free_list(vc, &head); in milbeaut_hdmac_terminate_all()
|
D | moxart-dma.c | 208 vchan_dma_desc_free_list(&ch->vc, &head); in moxart_terminate_all()
|
D | hisi_dma.c | 329 vchan_dma_desc_free_list(&chan->vc, &head); in hisi_dma_terminate_all()
|
D | uniphier-xdmac.c | 425 vchan_dma_desc_free_list(vc, &head); in uniphier_xdmac_terminate_all()
|
D | idma64.c | 486 vchan_dma_desc_free_list(&idma64c->vchan, &head); in idma64_terminate_all()
|
D | st_fdma.c | 672 vchan_dma_desc_free_list(&fchan->vchan, &head); in st_fdma_terminate_all()
|
D | tegra210-adma.c | 501 vchan_dma_desc_free_list(&tdc->vc, &head); in tegra_adma_terminate_all()
|
D | bcm2835-dma.c | 805 vchan_dma_desc_free_list(&c->vc, &head); in bcm2835_dma_terminate_all()
|
/drivers/dma/sf-pdma/ |
D | sf-pdma.c | 150 vchan_dma_desc_free_list(&chan->vchan, &head); in sf_pdma_free_chan_resources() 220 vchan_dma_desc_free_list(&chan->vchan, &head); in sf_pdma_terminate_all()
|
/drivers/dma/ptdma/ |
D | ptdma-dmaengine.c | 290 vchan_dma_desc_free_list(&chan->vc, &head); in pt_terminate_all()
|
/drivers/dma/hsu/ |
D | hsu.c | 402 vchan_dma_desc_free_list(&hsuc->vchan, &head); in hsu_dma_terminate_all()
|
/drivers/dma/mediatek/ |
D | mtk-uart-apdma.c | 439 vchan_dma_desc_free_list(&c->vc, &head); in mtk_uart_apdma_terminate_all()
|
D | mtk-cqdma.c | 568 vchan_dma_desc_free_list(vc, &head); in mtk_cqdma_free_inactive_desc()
|
D | mtk-hsdma.c | 751 vchan_dma_desc_free_list(vc, &head); in mtk_hsdma_free_inactive_desc()
|
/drivers/staging/mt7621-dma/ |
D | hsdma-mt7621.c | 296 vchan_dma_desc_free_list(&chan->vchan, &head); in mtk_hsdma_terminate_all()
|
/drivers/dma/sh/ |
D | usb-dmac.c | 462 vchan_dma_desc_free_list(&uchan->vc, &head); in usb_dmac_chan_terminate_all()
|
/drivers/dma/qcom/ |
D | qcom_adm.c | 483 vchan_dma_desc_free_list(&achan->vc, &head); in adm_terminate_all()
|
/drivers/dma/fsl-dpaa2-qdma/ |
D | dpaa2-qdma.c | 77 vchan_dma_desc_free_list(&dpaa2_chan->vchan, &head); in dpaa2_qdma_free_chan_resources()
|
/drivers/staging/ralink-gdma/ |
D | ralink-gdma.c | 233 vchan_dma_desc_free_list(&chan->vchan, &head); in gdma_dma_terminate_all()
|
12