Home
last modified time | relevance | path

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

123

/linux-6.3-rc2/drivers/dma/
A 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()
A Dvirt-dma.c61 vc->desc_free(vd); in vchan_tx_desc_free()
A Dmcf-edma.c227 mcf_chan->vchan.desc_free = fsl_edma_free_desc; in mcf_edma_probe()
A Dmilbeaut-xdmac.c286 mc->vc.desc_free = milbeaut_xdmac_desc_free; in milbeaut_xdmac_chan_init()
A Duniphier-mdmac.c374 mc->vc.desc_free = uniphier_mdmac_desc_free; in uniphier_mdmac_chan_init()
A Dfsl-edma.c359 fsl_chan->vchan.desc_free = fsl_edma_free_desc; in fsl_edma_probe()
A Dmilbeaut-hdmac.c449 mc->vc.desc_free = milbeaut_hdmac_desc_free; in milbeaut_hdmac_chan_init()
A Dmoxart-dma.c598 ch->vc.desc_free = moxart_dma_desc_free; in moxart_probe()
A Duniphier-xdmac.c461 xc->vc.desc_free = uniphier_xdmac_desc_free; in uniphier_xdmac_chan_init()
A Didma64.c566 idma64c->vchan.desc_free = idma64_vdesc_free; in idma64_probe()
A Dhisi_dma.c711 hdma_dev->chan[i].vc.desc_free = hisi_dma_desc_free; in hisi_dma_enable_qps()
A Dapple-admac.c273 adtx->tx.desc_free = admac_desc_free; in admac_prep_dma_cyclic()
A Dbcm2835-dma.c826 c->vc.desc_free = bcm2835_dma_desc_free; in bcm2835_dma_chan_init()
/linux-6.3-rc2/drivers/dma/ptdma/
A Dptdma-dmaengine.c385 chan->vc.desc_free = pt_do_cleanup; in pt_dmaengine_register()
/linux-6.3-rc2/include/linux/
A Ddmaengine.h608 int (*desc_free)(struct dma_async_tx_descriptor *tx); member
1570 return desc->desc_free(desc); in dmaengine_desc_free()
/linux-6.3-rc2/drivers/dma/hsu/
A Dhsu.c452 hsuc->vchan.desc_free = hsu_dma_desc_free; in hsu_dma_probe()
/linux-6.3-rc2/drivers/dma/mediatek/
A Dmtk-uart-apdma.c544 c->vc.desc_free = mtk_uart_apdma_desc_free; in mtk_uart_apdma_probe()
A Dmtk-cqdma.c849 vc->vc.desc_free = mtk_cqdma_vdesc_free; in mtk_cqdma_probe()
A Dmtk-hsdma.c969 vc->vc.desc_free = mtk_hsdma_vdesc_free; in mtk_hsdma_probe()
/linux-6.3-rc2/drivers/dma/sf-pdma/
A Dsf-pdma.c483 chan->vchan.desc_free = sf_pdma_free_desc; in sf_pdma_setup_chans()
/linux-6.3-rc2/drivers/dma/sh/
A Dusb-dmac.c738 uchan->vc.desc_free = usb_dmac_virt_desc_free; in usb_dmac_chan_probe()
/linux-6.3-rc2/drivers/dma/fsl-dpaa2-qdma/
A Ddpaa2-qdma.c644 dpaa2_chan->vchan.desc_free = dpaa2_qdma_free_desc; in dpaa2_dpdmai_init_channels()
/linux-6.3-rc2/drivers/dma/qcom/
A Dqcom_adm.c704 achan->vc.desc_free = adm_dma_free_desc; in adm_channel_init()
/linux-6.3-rc2/drivers/dma/xilinx/
A Dxdma.c415 xchan->vchan.desc_free = xdma_free_desc; in xdma_alloc_channels()
/linux-6.3-rc2/drivers/dma/lgm/
A 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()

Completed in 51 milliseconds

123