Home
last modified time | relevance | path

Searched refs:device_prep_dma_memcpy (Results 1 – 25 of 64) sorted by relevance

123

/Linux-v6.6/crypto/async_tx/
Dasync_memcpy.c61 tx = device->device_prep_dma_memcpy(chan, unmap->addr[1], in async_memcpy()
/Linux-v6.6/include/linux/
Ddmaengine.h889 struct dma_async_tx_descriptor *(*device_prep_dma_memcpy)( member
1051 if (!chan || !chan->device || !chan->device->device_prep_dma_memcpy) in dmaengine_prep_dma_memcpy()
1054 return chan->device->device_prep_dma_memcpy(chan, dest, src, in dmaengine_prep_dma_memcpy()
/Linux-v6.6/drivers/dma/idxd/
Ddma.c220 dma->device_prep_dma_memcpy = idxd_dma_submit_memcpy; in idxd_register_dma_device()
/Linux-v6.6/drivers/dma/
Dmilbeaut-xdmac.c336 ddev->device_prep_dma_memcpy = milbeaut_xdmac_prep_memcpy; in milbeaut_xdmac_probe()
Dplx_dma.c527 dma->device_prep_dma_memcpy = plx_dma_prep_memcpy; in plx_dma_create()
Duniphier-xdmac.c517 ddev->device_prep_dma_memcpy = uniphier_xdmac_prep_dma_memcpy; in uniphier_xdmac_probe()
Dmv_xor_v2.c827 dma_dev->device_prep_dma_memcpy = mv_xor_v2_prep_dma_memcpy; in mv_xor_v2_probe()
Dtxx9dmac.c1005 if (chan->device->device_prep_dma_memcpy) { in txx9dmac_alloc_chan_resources()
1102 dc->dma.device_prep_dma_memcpy = txx9dmac_prep_dma_memcpy; in txx9dmac_chan_probe()
Dfsl-edma-main.c565 fsl_edma->dma_dev.device_prep_dma_memcpy = fsl_edma_prep_memcpy; in fsl_edma_probe()
Daltera-msgdma.c880 dma_dev->device_prep_dma_memcpy = msgdma_prep_memcpy; in msgdma_probe()
Dfsl_raid.c799 dma_dev->device_prep_dma_memcpy = fsl_re_prep_dma_memcpy; in fsl_re_probe()
Dhisi_dma.c829 dma_dev->device_prep_dma_memcpy = hisi_dma_prep_dma_memcpy; in hisi_dma_init_dma_dev()
Dst_fdma.c814 fdev->dma_device.device_prep_dma_memcpy = st_fdma_prep_dma_memcpy; in st_fdma_probe()
Dbcm2835-dma.c920 od->ddev.device_prep_dma_memcpy = bcm2835_dma_prep_dma_memcpy; in bcm2835_dma_probe()
/Linux-v6.6/drivers/dma/ptdma/
Dptdma-dmaengine.c376 dma_dev->device_prep_dma_memcpy = pt_prep_dma_memcpy; in pt_dmaengine_register()
/Linux-v6.6/drivers/dma/sf-pdma/
Dsf-pdma.c547 pdma->dma_dev.device_prep_dma_memcpy = sf_pdma_prep_dma_memcpy; in sf_pdma_probe()
/Linux-v6.6/drivers/dma/ioat/
Dinit.c350 tx = ioat_dma->dma_dev.device_prep_dma_memcpy(dma_chan, dma_dest, in ioat_dma_self_test()
1098 dma->device_prep_dma_memcpy = ioat_dma_prep_memcpy_lock; in ioat3_dma_probe()
/Linux-v6.6/drivers/crypto/ccp/
Dccp-dmaengine.c754 dma_dev->device_prep_dma_memcpy = ccp_prep_dma_memcpy; in ccp_dmaengine_register()
/Linux-v6.6/drivers/dma/fsl-dpaa2-qdma/
Ddpaa2-qdma.c737 dpaa2_qdma->dma_dev.device_prep_dma_memcpy = dpaa2_qdma_prep_memcpy; in dpaa2_qdma_probe()
/Linux-v6.6/drivers/dma/mediatek/
Dmtk-cqdma.c776 dd->device_prep_dma_memcpy = mtk_cqdma_prep_dma_memcpy; in mtk_cqdma_probe()
Dmtk-hsdma.c938 dd->device_prep_dma_memcpy = mtk_hsdma_prep_dma_memcpy; in mtk_hsdma_probe()
/Linux-v6.6/drivers/dma/xilinx/
Dzynqmp_dma.c1072 p->device_prep_dma_memcpy = zynqmp_dma_prep_memcpy; in zynqmp_dma_probe()
/Linux-v6.6/drivers/dma/qcom/
Dhidma.c812 dmadev->ddev.device_prep_dma_memcpy = hidma_prep_dma_memcpy; in hidma_probe()
/Linux-v6.6/drivers/dma/sh/
Dshdma-base.c1013 dma_dev->device_prep_dma_memcpy = shdma_prep_memcpy; in shdma_init()
/Linux-v6.6/drivers/ata/
Dpata_arasan_cf.c403 tx = chan->device->device_prep_dma_memcpy(chan, dest, src, len, flags); in dma_xfer()

123