Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dshdma-base.h116 int shdma_request_irq(struct shdma_chan *, int,
/openbmc/linux/drivers/dma/sh/
H A Dshdma-base.c935 int shdma_request_irq(struct shdma_chan *schan, int irq, in shdma_request_irq() function
945 EXPORT_SYMBOL(shdma_request_irq);
H A Dshdmac.c546 err = shdma_request_irq(schan, irq, flags, sh_chan->dev_id); in sh_dmae_chan_probe()