Home
last modified time | relevance | path

Searched refs:dma_intr_handler (Results 1 – 8 of 8) sorted by relevance

/linux-6.12.1/sound/soc/atmel/
Datmel-pcm.h64 void (*dma_intr_handler)(u32, struct snd_pcm_substream *); member
Datmel-pcm-dma.c100 prtd->dma_intr_handler = atmel_pcm_dma_irq; in atmel_pcm_configure_dma()
Datmel-pcm-pdc.c149 prtd->params->dma_intr_handler = atmel_pcm_dma_irq; in atmel_pcm_hw_params()
173 prtd->params->dma_intr_handler = NULL; in atmel_pcm_hw_free()
Datmel_ssc_dai.c160 (dma_params->dma_intr_handler != NULL)) { in atmel_ssc_interrupt()
164 dma_params->dma_intr_handler(ssc_sr, in atmel_ssc_interrupt()
/linux-6.12.1/drivers/net/ethernet/marvell/octeon_ep/
Doctep_main.h89 irqreturn_t (*dma_intr_handler)(void *ioq_vector); member
Doctep_cn9k_pf.c860 oct->hw_ops.dma_intr_handler = octep_dma_intr_handler_cn93_pf; in octep_device_setup_cn93_pf()
Doctep_cnxk_pf.c883 oct->hw_ops.dma_intr_handler = octep_dma_intr_handler_cnxk_pf; in octep_device_setup_cnxk_pf()
Doctep_main.c265 return oct->hw_ops.dma_intr_handler(oct); in octep_dma_intr_handler()