Home
last modified time | relevance | path

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

/linux-4.1.27/crypto/async_tx/
Dasync_tx.c103 intr_tx = device->device_prep_dma_interrupt(chan, 0); in async_tx_channel_switch()
251 tx = device ? device->device_prep_dma_interrupt(chan, 0) : NULL; in async_trigger_callback()
/linux-4.1.27/include/linux/
Ddmaengine.h653 struct dma_async_tx_descriptor *(*device_prep_dma_interrupt)( member
/linux-4.1.27/drivers/dma/
Dmic_x100_dma.c589 mic_dma_dev->dma_dev.device_prep_dma_interrupt = in mic_dma_register_dma_device()
Damba-pl08x.c2062 pl08x->memcpy.device_prep_dma_interrupt = pl08x_prep_dma_interrupt; in pl08x_probe()
2079 pl08x->slave.device_prep_dma_interrupt = pl08x_prep_dma_interrupt; in pl08x_probe()
Ddmaengine.c840 !device->device_prep_dma_interrupt); in dma_async_device_register()
Dmv_xor.c1023 dma_dev->device_prep_dma_interrupt = mv_xor_prep_dma_interrupt; in mv_xor_channel_add()
Diop-adma.c1350 dma_dev->device_prep_dma_interrupt = in iop_adma_probe()
/linux-4.1.27/drivers/dma/ioat/
Ddma_v3.c1625 dma->device_prep_dma_interrupt = ioat3_prep_interrupt_lock; in ioat3_dma_probe()
/linux-4.1.27/drivers/dma/ppc4xx/
Dadma.c3868 adev->common.device_prep_dma_interrupt = in ppc440spe_adma_init_capabilities()