Searched refs:dw_edma_interrupt (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.1/drivers/dma/dw-edma/ |
| D | dw-edma-core.c | 618 static irqreturn_t dw_edma_interrupt(int irq, void *data, bool write) in dw_edma_interrupt() function 661 return dw_edma_interrupt(irq, data, true); in dw_edma_interrupt_write() 666 return dw_edma_interrupt(irq, data, false); in dw_edma_interrupt_read() 671 dw_edma_interrupt(irq, data, true); in dw_edma_interrupt_common() 672 dw_edma_interrupt(irq, data, false); in dw_edma_interrupt_common()
|