Searched refs:dw_edma_interrupt (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/dma/dw-edma/ |
| D | dw-edma-core.c | 532 static irqreturn_t dw_edma_interrupt(int irq, void *data, bool write) in dw_edma_interrupt() function 575 return dw_edma_interrupt(irq, data, true); in dw_edma_interrupt_write() 580 return dw_edma_interrupt(irq, data, false); in dw_edma_interrupt_read() 585 dw_edma_interrupt(irq, data, true); in dw_edma_interrupt_common() 586 dw_edma_interrupt(irq, data, false); in dw_edma_interrupt_common()
|