Searched refs:vchan_dma_desc_free_list (Results 1 – 25 of 37) sorted by relevance
12
| /Linux-v5.4/drivers/dma/ |
| D | virt-dma.c | 113 void vchan_dma_desc_free_list(struct virt_dma_chan *vc, struct list_head *head) in vchan_dma_desc_free_list() function 127 EXPORT_SYMBOL_GPL(vchan_dma_desc_free_list);
|
| D | virt-dma.h | 44 void vchan_dma_desc_free_list(struct virt_dma_chan *vc, struct list_head *head); 196 vchan_dma_desc_free_list(vc, &head); in vchan_free_chan_resources()
|
| D | fsl-edma-common.c | 167 vchan_dma_desc_free_list(&fsl_chan->vchan, &head); in fsl_edma_terminate_all() 643 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 | 305 vchan_dma_desc_free_list(&fsl_chan->vchan, &head); in fsl_qdma_free_chan_resources() 1011 vchan_dma_desc_free_list(&fsl_chan->vchan, &head); in fsl_qdma_terminate_all()
|
| D | moxart-dma.c | 208 vchan_dma_desc_free_list(&ch->vc, &head); in moxart_terminate_all()
|
| D | idma64.c | 486 vchan_dma_desc_free_list(&idma64c->vchan, &head); in idma64_terminate_all()
|
| D | st_fdma.c | 671 vchan_dma_desc_free_list(&fchan->vchan, &head); in st_fdma_terminate_all()
|
| D | tegra210-adma.c | 502 vchan_dma_desc_free_list(&tdc->vc, &head); in tegra_adma_terminate_all()
|
| D | bcm2835-dma.c | 810 vchan_dma_desc_free_list(&c->vc, &head); in bcm2835_dma_terminate_all()
|
| D | dma-axi-dmac.c | 440 vchan_dma_desc_free_list(&chan->vchan, &head); in axi_dmac_terminate_all()
|
| D | dma-jz4780.c | 588 vchan_dma_desc_free_list(&jzchan->vchan, &head); in jz4780_dma_terminate_all()
|
| D | sun4i-dma.c | 888 vchan_dma_desc_free_list(&vchan->vc, &head); in sun4i_dma_terminate_all()
|
| D | img-mdc-dma.c | 712 vchan_dma_desc_free_list(&mchan->vc, &head); in mdc_terminate_all()
|
| D | zx_dma.c | 686 vchan_dma_desc_free_list(&c->vc, &head); in zx_dma_terminate_all()
|
| D | owl-dma.c | 677 vchan_dma_desc_free_list(&vchan->vc, &head); in owl_dma_terminate_all()
|
| D | k3dma.c | 745 vchan_dma_desc_free_list(&c->vc, &head); in k3_dma_terminate_all()
|
| /Linux-v5.4/drivers/dma/hsu/ |
| D | hsu.c | 399 vchan_dma_desc_free_list(&hsuc->vchan, &head); in hsu_dma_terminate_all()
|
| /Linux-v5.4/drivers/dma/mediatek/ |
| D | mtk-uart-apdma.c | 433 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()
|
| /Linux-v5.4/drivers/staging/mt7621-dma/ |
| D | mtk-hsdma.c | 297 vchan_dma_desc_free_list(&chan->vchan, &head); in mtk_hsdma_terminate_all()
|
| /Linux-v5.4/drivers/dma/sh/ |
| D | usb-dmac.c | 462 vchan_dma_desc_free_list(&uchan->vc, &head); in usb_dmac_chan_terminate_all()
|
| /Linux-v5.4/drivers/staging/ralink-gdma/ |
| D | ralink-gdma.c | 234 vchan_dma_desc_free_list(&chan->vchan, &head); in gdma_dma_terminate_all()
|
| /Linux-v5.4/drivers/dma/dw-axi-dmac/ |
| D | dw-axi-dmac-platform.c | 643 vchan_dma_desc_free_list(&chan->vc, &head); in dma_chan_terminate_all()
|
12