Home
last modified time | relevance | path

Searched refs:dmabrg_request_irq (Results 1 – 3 of 3) sorted by relevance

/linux/sound/soc/renesas/
H A Ddma-sh7760.c132 ret = dmabrg_request_irq(dmairq, camelot_rxdma, cam); in camelot_pcm_open()
138 (void)dmabrg_request_irq(dmairq + 1,camelot_rxdma, cam); in camelot_pcm_open()
141 ret = dmabrg_request_irq(dmairq, camelot_txdma, cam); in camelot_pcm_open()
147 (void)dmabrg_request_irq(dmairq + 1, camelot_txdma, cam); in camelot_pcm_open()
/linux/arch/sh/drivers/dma/
H A Ddmabrg.c50 * dmabrg_request_irq(BRGIRQID, handler, data)
125 int dmabrg_request_irq(unsigned int dmairq, void(*handler)(void*), in dmabrg_request_irq() function
139 EXPORT_SYMBOL_GPL(dmabrg_request_irq);
/linux/arch/sh/include/asm/
H A Ddmabrg.h21 extern int dmabrg_request_irq(unsigned int, void(*)(void *), void *);