Searched refs:vchan_dma_desc_free_list (Results 1 – 23 of 23) sorted by relevance
/linux-4.4.14/drivers/dma/ |
D | virt-dma.h | 44 void vchan_dma_desc_free_list(struct virt_dma_chan *vc, struct list_head *head); 151 vchan_dma_desc_free_list(vc, &head); in vchan_free_chan_resources()
|
D | virt-dma.c | 94 void vchan_dma_desc_free_list(struct virt_dma_chan *vc, struct list_head *head) in vchan_dma_desc_free_list() function 104 EXPORT_SYMBOL_GPL(vchan_dma_desc_free_list);
|
D | fsl-edma.c | 303 vchan_dma_desc_free_list(&fsl_chan->vchan, &head); in fsl_edma_terminate_all() 785 vchan_dma_desc_free_list(&fsl_chan->vchan, &head); in fsl_edma_free_chan_resources()
|
D | moxart-dma.c | 207 vchan_dma_desc_free_list(&ch->vc, &head); in moxart_terminate_all()
|
D | dma-jz4740.c | 284 vchan_dma_desc_free_list(&chan->vchan, &head); in jz4740_dma_terminate_all()
|
D | bcm2835-dma.c | 527 vchan_dma_desc_free_list(&c->vc, &head); in bcm2835_dma_terminate_all()
|
D | dma-axi-dmac.c | 305 vchan_dma_desc_free_list(&chan->vchan, &head); in axi_dmac_terminate_all()
|
D | idma64.c | 500 vchan_dma_desc_free_list(&idma64c->vchan, &head); in idma64_terminate_all()
|
D | dma-jz4780.c | 518 vchan_dma_desc_free_list(&jzchan->vchan, &head); in jz4780_dma_terminate_all()
|
D | k3dma.c | 593 vchan_dma_desc_free_list(&c->vc, &head); in k3_dma_terminate_all()
|
D | qcom_bam_dma.c | 682 vchan_dma_desc_free_list(&bchan->vc, &head); in bam_dma_terminate_all()
|
D | img-mdc-dma.c | 674 vchan_dma_desc_free_list(&mchan->vc, &head); in mdc_terminate_all()
|
D | sun6i-dma.c | 729 vchan_dma_desc_free_list(&vchan->vc, &head); in sun6i_dma_terminate_all()
|
D | zx296702_dma.c | 689 vchan_dma_desc_free_list(&c->vc, &head); in zx_dma_terminate_all()
|
D | sun4i-dma.c | 892 vchan_dma_desc_free_list(&vchan->vc, &head); in sun4i_dma_terminate_all()
|
D | s3c24xx-dma.c | 536 vchan_dma_desc_free_list(&s3cchan->vc, &head); in s3c24xx_dma_free_txd_list()
|
D | sa11x0-dma.c | 796 vchan_dma_desc_free_list(&c->vc, &head); in sa11x0_dma_device_terminate_all()
|
D | omap-dma.c | 1052 vchan_dma_desc_free_list(&c->vc, &head); in omap_dma_terminate_all()
|
D | pxa_dma.c | 1164 vchan_dma_desc_free_list(&chan->vc, &head); in pxad_terminate_all()
|
D | amba-pl08x.c | 1190 vchan_dma_desc_free_list(&plchan->vc, &head); in pl08x_free_txd_list()
|
D | edma.c | 864 vchan_dma_desc_free_list(&echan->vchan, &head); in edma_terminate_all()
|
/linux-4.4.14/drivers/dma/hsu/ |
D | hsu.c | 365 vchan_dma_desc_free_list(&hsuc->vchan, &head); in hsu_dma_terminate_all()
|
/linux-4.4.14/drivers/dma/sh/ |
D | usb-dmac.c | 465 vchan_dma_desc_free_list(&uchan->vc, &head); in usb_dmac_chan_terminate_all()
|