Home
last modified time | relevance | path

Searched refs:device_prep_dma_interrupt (Results 1 – 13 of 13) sorted by relevance

/Linux-v5.4/crypto/async_tx/
Dasync_tx.c90 intr_tx = device->device_prep_dma_interrupt(chan, 0); in async_tx_channel_switch()
238 tx = device ? device->device_prep_dma_interrupt(chan, 0) : NULL; in async_trigger_callback()
/Linux-v5.4/drivers/dma/
Dmv_xor_v2.c845 dma_dev->device_prep_dma_interrupt = mv_xor_v2_prep_dma_interrupt; in mv_xor_v2_probe()
Dmic_x100_dma.c606 mic_dma_dev->dma_dev.device_prep_dma_interrupt = in mic_dma_register_dma_device()
Ddmaengine.c964 if (dma_has_cap(DMA_INTERRUPT, device->cap_mask) && !device->device_prep_dma_interrupt) { in dma_async_device_register()
Damba-pl08x.c2763 pl08x->memcpy.device_prep_dma_interrupt = pl08x_prep_dma_interrupt; in pl08x_probe()
2790 pl08x->slave.device_prep_dma_interrupt = in pl08x_probe()
Dmv_xor.c1090 dma_dev->device_prep_dma_interrupt = mv_xor_prep_dma_interrupt; in mv_xor_channel_add()
Diop-adma.c1339 dma_dev->device_prep_dma_interrupt = in iop_adma_probe()
Dbcm-sba-raid.c1582 dma_dev->device_prep_dma_interrupt = sba_prep_dma_interrupt; in sba_async_register()
/Linux-v5.4/drivers/crypto/ccp/
Dccp-dmaengine.c725 dma_dev->device_prep_dma_interrupt = ccp_prep_dma_interrupt; in ccp_dmaengine_register()
/Linux-v5.4/drivers/misc/mic/scif/
Dscif_fence.c610 tx = ddev->device_prep_dma_interrupt(chan, DMA_PREP_INTERRUPT); in _scif_fence_mark()
/Linux-v5.4/include/linux/
Ddmaengine.h774 struct dma_async_tx_descriptor *(*device_prep_dma_interrupt)( member
/Linux-v5.4/drivers/dma/ioat/
Dinit.c1106 dma->device_prep_dma_interrupt = ioat_prep_interrupt_lock; in ioat3_dma_probe()
/Linux-v5.4/drivers/dma/ppc4xx/
Dadma.c3853 adev->common.device_prep_dma_interrupt = in ppc440spe_adma_init_capabilities()