Home
last modified time | relevance | path

Searched refs:desc_free (Results 1 – 24 of 24) sorted by relevance

/linux-4.4.14/drivers/dma/
Dvirt-dma.c87 vc->desc_free(vd); in vchan_complete()
101 vc->desc_free(vd); in vchan_dma_desc_free_list()
Dvirt-dma.h27 void (*desc_free)(struct virt_dma_desc *); member
Dmoxart-dma.c605 ch->vc.desc_free = moxart_dma_desc_free; in moxart_probe()
Ddma-jz4740.c554 chan->vchan.desc_free = jz4740_dma_desc_free; in jz4740_dma_probe()
Dbcm2835-dma.c540 c->vc.desc_free = bcm2835_dma_desc_free; in bcm2835_dma_chan_init()
Ddma-axi-dmac.c624 dmac->chan.vchan.desc_free = axi_dmac_desc_free; in axi_dmac_probe()
Didma64.c569 idma64c->vchan.desc_free = idma64_vdesc_free; in idma64_probe()
Ddma-jz4780.c835 jzchan->vchan.desc_free = jz4780_dma_desc_free; in jz4780_dma_probe()
Dk3dma.c747 c->vc.desc_free = k3_dma_free_desc; in k3_dma_probe()
Dqcom_bam_dma.c1077 bchan->vc.desc_free = bam_dma_free_desc; in bam_channel_init()
Dimg-mdc-dma.c938 mchan->vc.desc_free = mdc_desc_free; in mdc_dma_probe()
Damba-pl08x.c1925 chan->vc.desc_free = pl08x_desc_free; in pl08x_dma_init_virtual_channels()
2082 chan->vc.desc_free = pl08x_desc_free; in pl08x_of_xlate()
Dsun6i-dma.c1012 vchan->vc.desc_free = sun6i_dma_free_desc; in sun6i_dma_probe()
Dzx296702_dma.c846 c->vc.desc_free = zx_dma_free_desc; in zx_dma_probe()
Dsun4i-dma.c1207 vchan->vc.desc_free = sun4i_dma_free_contract; in sun4i_dma_probe()
Dfsl-edma.c892 fsl_chan->vchan.desc_free = fsl_edma_free_desc; in fsl_edma_probe()
Ds3c24xx-dma.c1132 chan->vc.desc_free = s3c24xx_dma_desc_free; in s3c24xx_dma_init_virtual_channels()
Dsa11x0-dma.c855 c->vc.desc_free = sa11x0_dma_free_desc; in sa11x0_dma_init_dmadev()
Domap-dma.c1103 c->vc.desc_free = omap_dma_desc_free; in omap_dma_chan_init()
Dpxa_dma.c1378 c->vc.desc_free = pxad_free_desc; in pxad_init_dmadev()
Dedma.c1842 echan->vchan.desc_free = edma_desc_free; in edma_dma_init()
/linux-4.4.14/include/linux/
Ddmaengine.h477 int (*desc_free)(struct dma_async_tx_descriptor *tx); member
1217 return desc->desc_free(desc); in dmaengine_desc_free()
/linux-4.4.14/drivers/dma/hsu/
Dhsu.c400 hsuc->vchan.desc_free = hsu_dma_desc_free; in hsu_dma_probe()
/linux-4.4.14/drivers/dma/sh/
Dusb-dmac.c741 uchan->vc.desc_free = usb_dmac_virt_desc_free; in usb_dmac_chan_probe()