Home
last modified time | relevance | path

Searched refs:device_prep_dma_pq (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/crypto/async_tx/
Dasync_raid6_recov.c64 tx = dma->device_prep_dma_pq(chan, pq, unmap->addr, 2, coef, in async_sum_product()
129 tx = dma->device_prep_dma_pq(chan, dma_dest, unmap->addr, in async_mult()
Dasync_pq.c94 tx = dma->device_prep_dma_pq(chan, dma_dest, in do_async_gen_syndrome()
/Linux-v4.19/drivers/dma/
Dfsl_raid.c797 dma_dev->device_prep_dma_pq = fsl_re_prep_dma_pq; in fsl_re_probe()
Ddmaengine.c947 if (dma_has_cap(DMA_PQ, device->cap_mask) && !device->device_prep_dma_pq) { in dma_async_device_register()
Ddmatest.c690 tx = dev->device_prep_dma_pq(chan, dma_pq, srcs, in dmatest_func()
Dxgene-dma.c1534 dma_dev->device_prep_dma_pq = xgene_dma_prep_pq; in xgene_dma_set_caps()
Diop-adma.c1344 dma_dev->device_prep_dma_pq = iop_adma_prep_dma_pq; in iop_adma_probe()
Dbcm-sba-raid.c1598 dma_dev->device_prep_dma_pq = sba_prep_dma_pq; in sba_async_register()
/Linux-v4.19/include/linux/
Ddmaengine.h772 struct dma_async_tx_descriptor *(*device_prep_dma_pq)( member
/Linux-v4.19/drivers/dma/ioat/
Dinit.c1113 dma->device_prep_dma_pq = ioat_prep_pq; in ioat3_dma_probe()
/Linux-v4.19/drivers/dma/ppc4xx/
Dadma.c3833 adev->common.device_prep_dma_pq = in ppc440spe_adma_init_capabilities()