/Linux-v4.19/drivers/misc/mic/scif/ |
D | scif_dma.c | 440 tx = ddev->device_prep_dma_memcpy(chan, 0, 0, 0, flags); in scif_sync_dma() 507 tx = ddev->device_prep_dma_memcpy(chan, 0, 0, 0, flags); in scif_async_dma() 969 dev->device_prep_dma_memcpy(chan, in scif_rma_list_dma_copy_unaligned() 993 dev->device_prep_dma_memcpy(chan, in scif_rma_list_dma_copy_unaligned() 1009 dev->device_prep_dma_memcpy(chan, in scif_rma_list_dma_copy_unaligned() 1025 tx = dev->device_prep_dma_memcpy(chan, temp_dma_addr, in scif_rma_list_dma_copy_unaligned() 1077 tx = dev->device_prep_dma_memcpy(chan, 0, 0, 0, DMA_PREP_INTERRUPT); in scif_rma_list_dma_copy_unaligned() 1159 tx = dev->device_prep_dma_memcpy(chan, dst_dma_addr, in _scif_rma_list_dma_copy_aligned() 1180 tx = dev->device_prep_dma_memcpy(chan, dst_dma_addr, in _scif_rma_list_dma_copy_aligned() 1193 tx = dev->device_prep_dma_memcpy(chan, dst_dma_addr, in _scif_rma_list_dma_copy_aligned() [all …]
|
D | scif_fence.c | 216 tx = ddev->device_prep_dma_memcpy(chan, 0, 0, 0, DMA_PREP_FENCE); in _scif_prog_signal() 250 tx = ddev->device_prep_dma_memcpy(chan, dst, src, sizeof(val), in _scif_prog_signal() 592 tx = ddev->device_prep_dma_memcpy(chan, 0, 0, 0, DMA_PREP_FENCE); in _scif_fence_mark()
|
/Linux-v4.19/crypto/async_tx/ |
D | async_memcpy.c | 74 tx = device->device_prep_dma_memcpy(chan, unmap->addr[1], in async_memcpy()
|
/Linux-v4.19/include/linux/ |
D | dmaengine.h | 763 struct dma_async_tx_descriptor *(*device_prep_dma_memcpy)( member 910 if (!chan || !chan->device || !chan->device->device_prep_dma_memcpy) in dmaengine_prep_dma_memcpy() 913 return chan->device->device_prep_dma_memcpy(chan, dest, src, in dmaengine_prep_dma_memcpy()
|
/Linux-v4.19/drivers/dma/ioat/ |
D | init.c | 360 tx = ioat_dma->dma_dev.device_prep_dma_memcpy(dma_chan, dma_dest, in ioat_dma_self_test() 1083 dma->device_prep_dma_memcpy = ioat_dma_prep_memcpy_lock; in ioat3_dma_probe()
|
/Linux-v4.19/drivers/dma/ |
D | txx9dmac.c | 1010 if (chan->device->device_prep_dma_memcpy) { in txx9dmac_alloc_chan_resources() 1108 dc->dma.device_prep_dma_memcpy = txx9dmac_prep_dma_memcpy; in txx9dmac_chan_probe()
|
D | altera-msgdma.c | 868 dma_dev->device_prep_dma_memcpy = msgdma_prep_memcpy; in msgdma_probe()
|
D | mv_xor_v2.c | 855 dma_dev->device_prep_dma_memcpy = mv_xor_v2_prep_dma_memcpy; in mv_xor_v2_probe()
|
D | mic_x100_dma.c | 614 mic_dma_dev->dma_dev.device_prep_dma_memcpy = mic_dma_prep_memcpy_lock; in mic_dma_register_dma_device()
|
D | dma-jz4780.c | 820 dd->device_prep_dma_memcpy = jz4780_dma_prep_dma_memcpy; in jz4780_dma_probe()
|
D | fsl_raid.c | 800 dma_dev->device_prep_dma_memcpy = fsl_re_prep_dma_memcpy; in fsl_re_probe()
|
D | owl-dma.c | 841 od->dma.device_prep_dma_memcpy = owl_dma_prep_memcpy; in owl_dma_probe()
|
D | st_fdma.c | 823 fdev->dma_device.device_prep_dma_memcpy = st_fdma_prep_dma_memcpy; in st_fdma_probe()
|
D | bcm2835-dma.c | 949 od->ddev.device_prep_dma_memcpy = bcm2835_dma_prep_dma_memcpy; in bcm2835_dma_probe()
|
D | fsldma.c | 1247 fdev->common.device_prep_dma_memcpy = fsl_dma_prep_memcpy; in fsldma_of_probe()
|
D | mpc512x_dma.c | 994 dma->device_prep_dma_memcpy = mpc_dma_prep_memcpy; in mpc_dma_probe()
|
/Linux-v4.19/drivers/staging/mt7621-dma/ |
D | mtk-hsdma.c | 701 dd->device_prep_dma_memcpy = mtk_hsdma_prep_dma_memcpy; in mtk_hsdma_probe()
|
D | ralink-gdma.c | 857 dd->device_prep_dma_memcpy = gdma_dma_prep_dma_memcpy; in gdma_dma_probe()
|
/Linux-v4.19/drivers/crypto/ccp/ |
D | ccp-dmaengine.c | 719 dma_dev->device_prep_dma_memcpy = ccp_prep_dma_memcpy; in ccp_dmaengine_register()
|
/Linux-v4.19/drivers/dma/mediatek/ |
D | mtk-hsdma.c | 944 dd->device_prep_dma_memcpy = mtk_hsdma_prep_dma_memcpy; in mtk_hsdma_probe()
|
/Linux-v4.19/drivers/ata/ |
D | pata_arasan_cf.c | 403 tx = chan->device->device_prep_dma_memcpy(chan, dest, src, len, flags); in dma_xfer()
|
/Linux-v4.19/drivers/dma/qcom/ |
D | hidma.c | 813 dmadev->ddev.device_prep_dma_memcpy = hidma_prep_dma_memcpy; in hidma_probe()
|
/Linux-v4.19/drivers/dma/sh/ |
D | shdma-base.c | 1024 dma_dev->device_prep_dma_memcpy = shdma_prep_memcpy; in shdma_init()
|
/Linux-v4.19/drivers/dma/xilinx/ |
D | zynqmp_dma.c | 1047 p->device_prep_dma_memcpy = zynqmp_dma_prep_memcpy; in zynqmp_dma_probe()
|
/Linux-v4.19/drivers/dma/dw-axi-dmac/ |
D | dw-axi-dmac-platform.c | 917 dw->dma.device_prep_dma_memcpy = dma_chan_prep_dma_memcpy; in dw_probe()
|