Searched refs:dmabrg_request_irq (Results 1 – 3 of 3) sorted by relevance
| /linux-4.4.14/sound/soc/sh/ |
| D | dma-sh7760.c | 133 ret = dmabrg_request_irq(dmairq, camelot_rxdma, cam); in camelot_pcm_open() 139 (void)dmabrg_request_irq(dmairq + 1,camelot_rxdma, cam); in camelot_pcm_open() 142 ret = dmabrg_request_irq(dmairq, camelot_txdma, cam); in camelot_pcm_open() 148 (void)dmabrg_request_irq(dmairq + 1, camelot_txdma, cam); in camelot_pcm_open()
|
| /linux-4.4.14/arch/sh/drivers/dma/ |
| D | dmabrg.c | 126 int dmabrg_request_irq(unsigned int dmairq, void(*handler)(void*), in dmabrg_request_irq() function 140 EXPORT_SYMBOL_GPL(dmabrg_request_irq);
|
| /linux-4.4.14/arch/sh/include/asm/ |
| D | dmabrg.h | 20 extern int dmabrg_request_irq(unsigned int, void(*)(void *), void *);
|