Home
last modified time | relevance | path

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

/linux/crypto/async_tx/
H A 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/drivers/dma/idxd/
H A Ddma.c217 dma->device_prep_dma_interrupt = idxd_dma_prep_interrupt; in idxd_register_dma_device()
/linux/drivers/crypto/ccp/
H A Dccp-dmaengine.c755 dma_dev->device_prep_dma_interrupt = ccp_prep_dma_interrupt; in ccp_dmaengine_register()
/linux/drivers/dma/amd/ptdma/
H A Dptdma-dmaengine.c615 dma_dev->device_prep_dma_interrupt = pt_prep_dma_interrupt; in pt_dmaengine_register()
/linux/include/linux/
H A Ddmaengine.h926 struct dma_async_tx_descriptor *(*device_prep_dma_interrupt)( member
/linux/drivers/dma/ioat/
H A Dinit.c1093 dma->device_prep_dma_interrupt = ioat_prep_interrupt_lock; in ioat3_dma_probe()
/linux/drivers/dma/
H A Dmv_xor.c1100 dma_dev->device_prep_dma_interrupt = mv_xor_prep_dma_interrupt; in mv_xor_channel_add()