Home
last modified time | relevance | path

Searched refs:desc_free (Results 1 - 25 of 101) sorted by relevance

12345

/kernel/linux/linux-5.10/drivers/dma/
H 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()
H A Dvirt-dma.c61 vc->desc_free(vd); in vchan_tx_desc_free()
H A Dmcf-edma.c231 mcf_chan->vchan.desc_free = fsl_edma_free_desc; in mcf_edma_probe()
H A Duniphier-mdmac.c374 mc->vc.desc_free = uniphier_mdmac_desc_free; in uniphier_mdmac_chan_init()
H A Dfsl-edma.c360 fsl_chan->vchan.desc_free = fsl_edma_free_desc; in fsl_edma_probe()
H A Dmilbeaut-xdmac.c287 mc->vc.desc_free = milbeaut_xdmac_desc_free; in milbeaut_xdmac_chan_init()
H A Dhisi_dma.c415 hdma_dev->chan[i].vc.desc_free = hisi_dma_desc_free; in hisi_dma_enable_qps()
H A Duniphier-xdmac.c461 xc->vc.desc_free = uniphier_xdmac_desc_free; in uniphier_xdmac_chan_init()
H A Didma64.c562 idma64c->vchan.desc_free = idma64_vdesc_free; in idma64_probe()
H A Dmoxart-dma.c604 ch->vc.desc_free = moxart_dma_desc_free; in moxart_probe()
H A Dmilbeaut-hdmac.c449 mc->vc.desc_free = milbeaut_hdmac_desc_free; in milbeaut_hdmac_chan_init()
/kernel/linux/linux-6.6/drivers/dma/
H 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()
H A Dvirt-dma.c61 vc->desc_free(vd); in vchan_tx_desc_free()
H A Dmcf-edma-main.c201 mcf_chan->vchan.desc_free = fsl_edma_free_desc; in mcf_edma_probe()
H A Dmilbeaut-xdmac.c286 mc->vc.desc_free = milbeaut_xdmac_desc_free; in milbeaut_xdmac_chan_init()
H A Duniphier-mdmac.c374 mc->vc.desc_free = uniphier_mdmac_desc_free; in uniphier_mdmac_chan_init()
/kernel/linux/linux-5.10/include/linux/
H A Ddmaengine.h604 int (*desc_free)(struct dma_async_tx_descriptor *tx); member
1557 return desc->desc_free(desc); in dmaengine_desc_free()
/kernel/linux/linux-6.6/include/linux/
H A Ddmaengine.h608 int (*desc_free)(struct dma_async_tx_descriptor *tx); member
1571 return desc->desc_free(desc); in dmaengine_desc_free()
/kernel/linux/linux-5.10/drivers/dma/hsu/
H A Dhsu.c441 hsuc->vchan.desc_free = hsu_dma_desc_free; in hsu_dma_probe()
/kernel/linux/linux-6.6/drivers/dma/hsu/
H A Dhsu.c452 hsuc->vchan.desc_free = hsu_dma_desc_free; in hsu_dma_probe()
/kernel/linux/linux-6.6/drivers/dma/ptdma/
H A Dptdma-dmaengine.c385 chan->vc.desc_free = pt_do_cleanup; in pt_dmaengine_register()
/kernel/linux/linux-5.10/drivers/dma/sf-pdma/
H A Dsf-pdma.c490 chan->vchan.desc_free = sf_pdma_free_desc; in sf_pdma_setup_chans()
/kernel/linux/linux-5.10/drivers/dma/mediatek/
H A Dmtk-uart-apdma.c543 c->vc.desc_free = mtk_uart_apdma_desc_free; in mtk_uart_apdma_probe()
/kernel/linux/linux-5.10/drivers/staging/mt7621-dma/
H A Dhsdma-mt7621.c702 chan->vchan.desc_free = mtk_hsdma_desc_free; in mtk_hsdma_probe()
/kernel/linux/linux-6.6/drivers/dma/sf-pdma/
H A Dsf-pdma.c483 chan->vchan.desc_free = sf_pdma_free_desc; in sf_pdma_setup_chans()

Completed in 23 milliseconds

12345