Home
last modified time | relevance | path

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

/linux/sound/soc/atmel/
H A Datmel-pcm.h64 void (*dma_intr_handler)(u32, struct snd_pcm_substream *); member
H A Datmel-pcm-dma.c100 prtd->dma_intr_handler = atmel_pcm_dma_irq; in atmel_pcm_configure_dma()
H A 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()
/linux/drivers/net/ethernet/marvell/octeon_ep/
H A Doctep_main.h89 irqreturn_t (*dma_intr_handler)(void *ioq_vector); member
H A Doctep_cn9k_pf.c860 oct->hw_ops.dma_intr_handler = octep_dma_intr_handler_cn93_pf; in octep_device_setup_cn93_pf()
H A Doctep_cnxk_pf.c883 oct->hw_ops.dma_intr_handler = octep_dma_intr_handler_cnxk_pf; in octep_device_setup_cnxk_pf()
H A Doctep_main.c265 return oct->hw_ops.dma_intr_handler(oct); in octep_dma_intr_handler()