Searched refs:device_prep_dma_xor (Results 1 – 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/crypto/async_tx/ |
D | async_xor.c | 65 tx = dma->device_prep_dma_xor(chan, dma_dest, src_list, in do_async_xor() 75 tx = dma->device_prep_dma_xor(chan, dma_dest, in do_async_xor()
|
/kernel/linux/linux-5.10/drivers/dma/ioat/ |
D | init.c | 865 tx = dma->device_prep_dma_xor(dma_chan, dest_dma, dma_srcs, in ioat_xor_val_self_test() 1120 dma->device_prep_dma_xor = ioat_prep_xor; in ioat3_dma_probe() 1139 dma->device_prep_dma_xor = ioat_prep_pqxor; in ioat3_dma_probe()
|
/kernel/linux/linux-5.10/drivers/dma/ |
D | mv_xor_v2.c | 853 dma_dev->device_prep_dma_xor = mv_xor_v2_prep_dma_xor; in mv_xor_v2_probe()
|
D | fsl_raid.c | 791 dma_dev->device_prep_dma_xor = fsl_re_prep_dma_xor; in fsl_re_probe()
|
D | dmatest.c | 787 tx = dev->device_prep_dma_xor(chan, in dmatest_func()
|
D | dmaengine.c | 1166 if (dma_has_cap(DMA_XOR, device->cap_mask) && !device->device_prep_dma_xor) { in dma_async_device_register()
|
D | mv_xor.c | 1095 dma_dev->device_prep_dma_xor = mv_xor_prep_dma_xor; in mv_xor_channel_add()
|
D | xgene-dma.c | 1518 dma_dev->device_prep_dma_xor = xgene_dma_prep_xor; in xgene_dma_set_caps()
|
D | iop-adma.c | 1325 dma_dev->device_prep_dma_xor = iop_adma_prep_dma_xor; in iop_adma_probe()
|
D | bcm-sba-raid.c | 1590 dma_dev->device_prep_dma_xor = sba_prep_dma_xor; in sba_async_register()
|
/kernel/linux/linux-5.10/include/linux/ |
D | dmaengine.h | 882 struct dma_async_tx_descriptor *(*device_prep_dma_xor)( member
|
/kernel/linux/linux-5.10/drivers/dma/ppc4xx/ |
D | adma.c | 3804 adev->common.device_prep_dma_xor = in ppc440spe_adma_init_capabilities()
|