Home
last modified time | relevance | path

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

123

/Linux-v6.6/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()
123 vc->desc_free(vd); in vchan_vdesc_fini()
Dvirt-dma.c61 vc->desc_free(vd); in vchan_tx_desc_free()
Dmcf-edma-main.c201 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.c598 ch->vc.desc_free = moxart_dma_desc_free; in moxart_probe()
Duniphier-xdmac.c461 xc->vc.desc_free = uniphier_xdmac_desc_free; in uniphier_xdmac_chan_init()
Dfsl-edma-main.c534 fsl_chan->vchan.desc_free = fsl_edma_free_desc; in fsl_edma_probe()
Didma64.c566 idma64c->vchan.desc_free = idma64_vdesc_free; in idma64_probe()
Dtegra210-adma.c884 tdc->vc.desc_free = tegra_adma_desc_free; in tegra_adma_probe()
Dhisi_dma.c711 hdma_dev->chan[i].vc.desc_free = hisi_dma_desc_free; in hisi_dma_enable_qps()
Dst_fdma.c798 fchan->vchan.desc_free = st_fdma_free_desc; in st_fdma_probe()
/Linux-v6.6/drivers/dma/ptdma/
Dptdma-dmaengine.c385 chan->vc.desc_free = pt_do_cleanup; in pt_dmaengine_register()
/Linux-v6.6/include/linux/
Ddmaengine.h608 int (*desc_free)(struct dma_async_tx_descriptor *tx); member
1570 return desc->desc_free(desc); in dmaengine_desc_free()
/Linux-v6.6/drivers/dma/hsu/
Dhsu.c452 hsuc->vchan.desc_free = hsu_dma_desc_free; in hsu_dma_probe()
/Linux-v6.6/drivers/dma/mediatek/
Dmtk-uart-apdma.c542 c->vc.desc_free = mtk_uart_apdma_desc_free; in mtk_uart_apdma_probe()
Dmtk-cqdma.c848 vc->vc.desc_free = mtk_cqdma_vdesc_free; in mtk_cqdma_probe()
Dmtk-hsdma.c968 vc->vc.desc_free = mtk_hsdma_vdesc_free; in mtk_hsdma_probe()
/Linux-v6.6/drivers/dma/sf-pdma/
Dsf-pdma.c483 chan->vchan.desc_free = sf_pdma_free_desc; in sf_pdma_setup_chans()
/Linux-v6.6/drivers/dma/sh/
Dusb-dmac.c738 uchan->vc.desc_free = usb_dmac_virt_desc_free; in usb_dmac_chan_probe()
/Linux-v6.6/drivers/dma/xilinx/
Dxdma.c415 xchan->vchan.desc_free = xdma_free_desc; in xdma_alloc_channels()
/Linux-v6.6/drivers/dma/fsl-dpaa2-qdma/
Ddpaa2-qdma.c644 dpaa2_chan->vchan.desc_free = dpaa2_qdma_free_desc; in dpaa2_dpdmai_init_channels()
/Linux-v6.6/drivers/dma/qcom/
Dqcom_adm.c704 achan->vc.desc_free = adm_dma_free_desc; in adm_channel_init()
/Linux-v6.6/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()

123