Searched refs:vchan_dma_desc_free_list (Results 1 – 25 of 34) sorted by relevance
12
/Linux-v4.19/drivers/dma/ |
D | virt-dma.c | 116 void vchan_dma_desc_free_list(struct virt_dma_chan *vc, struct list_head *head) in vchan_dma_desc_free_list() function 130 EXPORT_SYMBOL_GPL(vchan_dma_desc_free_list);
|
D | virt-dma.h | 46 void vchan_dma_desc_free_list(struct virt_dma_chan *vc, struct list_head *head); 195 vchan_dma_desc_free_list(vc, &head); in vchan_free_chan_resources()
|
D | fsl-edma.c | 311 vchan_dma_desc_free_list(&fsl_chan->vchan, &head); in fsl_edma_terminate_all() 807 vchan_dma_desc_free_list(&fsl_chan->vchan, &head); in fsl_edma_free_chan_resources()
|
D | dma-jz4740.c | 282 vchan_dma_desc_free_list(&chan->vchan, &head); in jz4740_dma_terminate_all()
|
D | moxart-dma.c | 208 vchan_dma_desc_free_list(&ch->vc, &head); in moxart_terminate_all()
|
D | idma64.c | 495 vchan_dma_desc_free_list(&idma64c->vchan, &head); in idma64_terminate_all()
|
D | dma-axi-dmac.c | 339 vchan_dma_desc_free_list(&chan->vchan, &head); in axi_dmac_terminate_all()
|
D | tegra210-adma.c | 445 vchan_dma_desc_free_list(&tdc->vc, &head); in tegra_adma_terminate_all()
|
D | dma-jz4780.c | 522 vchan_dma_desc_free_list(&jzchan->vchan, &head); in jz4780_dma_terminate_all()
|
D | owl-dma.c | 623 vchan_dma_desc_free_list(&vchan->vc, &head); in owl_dma_terminate_all()
|
D | st_fdma.c | 679 vchan_dma_desc_free_list(&fchan->vchan, &head); in st_fdma_terminate_all()
|
D | bcm2835-dma.c | 834 vchan_dma_desc_free_list(&c->vc, &head); in bcm2835_dma_terminate_all()
|
D | sprd-dma.c | 826 vchan_dma_desc_free_list(&schan->vc, &head); in sprd_dma_terminate_all()
|
D | img-mdc-dma.c | 715 vchan_dma_desc_free_list(&mchan->vc, &head); in mdc_terminate_all()
|
D | sun4i-dma.c | 892 vchan_dma_desc_free_list(&vchan->vc, &head); in sun4i_dma_terminate_all()
|
D | zx_dma.c | 689 vchan_dma_desc_free_list(&c->vc, &head); in zx_dma_terminate_all()
|
D | k3dma.c | 728 vchan_dma_desc_free_list(&c->vc, &head); in k3_dma_terminate_all()
|
D | s3c24xx-dma.c | 532 vchan_dma_desc_free_list(&s3cchan->vc, &head); in s3c24xx_dma_free_txd_list()
|
/Linux-v4.19/drivers/dma/hsu/ |
D | hsu.c | 406 vchan_dma_desc_free_list(&hsuc->vchan, &head); in hsu_dma_terminate_all()
|
/Linux-v4.19/drivers/staging/mt7621-dma/ |
D | mtk-hsdma.c | 303 vchan_dma_desc_free_list(&chan->vchan, &head); in mtk_hsdma_terminate_all()
|
D | ralink-gdma.c | 246 vchan_dma_desc_free_list(&chan->vchan, &head); in gdma_dma_terminate_all()
|
/Linux-v4.19/drivers/dma/sh/ |
D | usb-dmac.c | 465 vchan_dma_desc_free_list(&uchan->vc, &head); in usb_dmac_chan_terminate_all()
|
/Linux-v4.19/drivers/dma/mediatek/ |
D | mtk-hsdma.c | 751 vchan_dma_desc_free_list(vc, &head); in mtk_hsdma_free_inactive_desc()
|
/Linux-v4.19/drivers/dma/dw-axi-dmac/ |
D | dw-axi-dmac-platform.c | 642 vchan_dma_desc_free_list(&chan->vc, &head); in dma_chan_terminate_all()
|
/Linux-v4.19/drivers/dma/qcom/ |
D | bam_dma.c | 715 vchan_dma_desc_free_list(&bchan->vc, &head); in bam_dma_terminate_all()
|
12