Searched refs:device_prep_dma_interrupt (Results 1 – 7 of 7) sorted by relevance
90 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()
217 dma->device_prep_dma_interrupt = idxd_dma_prep_interrupt; in idxd_register_dma_device()
755 dma_dev->device_prep_dma_interrupt = ccp_prep_dma_interrupt; in ccp_dmaengine_register()
615 dma_dev->device_prep_dma_interrupt = pt_prep_dma_interrupt; in pt_dmaengine_register()
926 struct dma_async_tx_descriptor *(*device_prep_dma_interrupt)( member
1093 dma->device_prep_dma_interrupt = ioat_prep_interrupt_lock; in ioat3_dma_probe()
1100 dma_dev->device_prep_dma_interrupt = mv_xor_prep_dma_interrupt; in mv_xor_channel_add()