Searched refs:dmabrg_request_irq (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/sound/soc/sh/ |
H A D | dma-sh7760.c | 132 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()
|
/openbmc/linux/arch/sh/drivers/dma/ |
H A D | dmabrg.c | 125 int dmabrg_request_irq(unsigned int dmairq, void(*handler)(void*), in dmabrg_request_irq() function 139 EXPORT_SYMBOL_GPL(dmabrg_request_irq);
|
/openbmc/linux/arch/sh/include/asm/ |
H A D | dmabrg.h | 21 extern int dmabrg_request_irq(unsigned int, void(*)(void *), void *);
|