Home
last modified time | relevance | path

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

123

/linux-6.12.1/drivers/dma/
Dvirt-dma.h25 void (*desc_free)(struct virt_dma_desc *); member
64 vd->tx.desc_free = vchan_tx_desc_free; in vchan_tx_prep()
127 vc->desc_free(vd); in vchan_vdesc_fini()
Dvirt-dma.c61 vc->desc_free(vd); in vchan_tx_desc_free()
Dmcf-edma-main.c199 mcf_chan->vchan.desc_free = fsl_edma_free_desc; in mcf_edma_probe()
Dmilbeaut-xdmac.c286 mc->vc.desc_free = milbeaut_xdmac_desc_free; in milbeaut_xdmac_chan_init()
Duniphier-mdmac.c374 mc->vc.desc_free = uniphier_mdmac_desc_free; in uniphier_mdmac_chan_init()
Dmilbeaut-hdmac.c449 mc->vc.desc_free = milbeaut_hdmac_desc_free; in milbeaut_hdmac_chan_init()
Dmoxart-dma.c592 ch->vc.desc_free = moxart_dma_desc_free; in moxart_probe()
Dls2x-apb-dma.c591 lchan->vchan.desc_free = ls2x_dma_desc_free; in ls2x_dma_chan_init()
Dloongson1-apb-dma.c539 chan->vc.desc_free = ls1x_dma_free_desc; in ls1x_dma_chan_probe()
Duniphier-xdmac.c461 xc->vc.desc_free = uniphier_xdmac_desc_free; in uniphier_xdmac_chan_init()
Didma64.c570 idma64c->vchan.desc_free = idma64_vdesc_free; in idma64_probe()
Dfsl-edma-main.c567 fsl_chan->vchan.desc_free = fsl_edma_free_desc; in fsl_edma_probe()
Dtegra210-adma.c913 tdc->vc.desc_free = tegra_adma_desc_free; in tegra_adma_probe()
Dst_fdma.c792 fchan->vchan.desc_free = st_fdma_free_desc; in st_fdma_probe()
/linux-6.12.1/drivers/dma/ptdma/
Dptdma-dmaengine.c385 chan->vc.desc_free = pt_do_cleanup; in pt_dmaengine_register()
/linux-6.12.1/include/linux/
Ddmaengine.h616 int (*desc_free)(struct dma_async_tx_descriptor *tx); member
1602 return desc->desc_free(desc); in dmaengine_desc_free()
/linux-6.12.1/drivers/dma/hsu/
Dhsu.c452 hsuc->vchan.desc_free = hsu_dma_desc_free; in hsu_dma_probe()
/linux-6.12.1/drivers/dma/mediatek/
Dmtk-uart-apdma.c542 c->vc.desc_free = mtk_uart_apdma_desc_free; in mtk_uart_apdma_probe()
Dmtk-hsdma.c968 vc->vc.desc_free = mtk_hsdma_vdesc_free; in mtk_hsdma_probe()
Dmtk-cqdma.c848 vc->vc.desc_free = mtk_cqdma_vdesc_free; in mtk_cqdma_probe()
/linux-6.12.1/drivers/dma/sf-pdma/
Dsf-pdma.c486 chan->vchan.desc_free = sf_pdma_free_desc; in sf_pdma_setup_chans()
/linux-6.12.1/drivers/dma/sh/
Dusb-dmac.c738 uchan->vc.desc_free = usb_dmac_virt_desc_free; in usb_dmac_chan_probe()
/linux-6.12.1/drivers/dma/lgm/
Dlgm-dma.c1414 c->vchan.desc_free = dma_free_desc_resource; in ldma_dma_init_v22()
1435 c->vchan.desc_free = dma_free_desc_resource; in ldma_dma_init_v3X()
/linux-6.12.1/drivers/dma/qcom/
Dqcom_adm.c704 achan->vc.desc_free = adm_dma_free_desc; in adm_channel_init()
/linux-6.12.1/drivers/dma/fsl-dpaa2-qdma/
Ddpaa2-qdma.c646 dpaa2_chan->vchan.desc_free = dpaa2_qdma_free_desc; in dpaa2_dpdmai_init_channels()

123