Home
last modified time | relevance | path

Searched refs:chirq (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/dma/qcom/
H A Dhidma.c601 static irqreturn_t hidma_chirq_handler(int chirq, void *arg) in hidma_chirq_handler() argument
609 return hidma_ll_inthandler(chirq, lldev); in hidma_chirq_handler()
613 static irqreturn_t hidma_chirq_handler_msi(int chirq, void *arg) in hidma_chirq_handler_msi() argument
618 return hidma_ll_inthandler_msi(chirq, *lldevp, in hidma_chirq_handler_msi()
619 1 << (chirq - dmadev->msi_virqbase)); in hidma_chirq_handler_msi()
757 int chirq; in hidma_probe() local
784 chirq = platform_get_irq(pdev, 0); in hidma_probe()
785 if (chirq < 0) { in hidma_probe()
786 rc = chirq; in hidma_probe()
866 rc = devm_request_irq(&pdev->dev, chirq, hidma_chirq_handler, in hidma_probe()
[all …]
H A Dhidma_ll.c424 irqreturn_t hidma_ll_inthandler(int chirq, void *arg) in hidma_ll_inthandler() argument
450 irqreturn_t hidma_ll_inthandler_msi(int chirq, void *arg, int cause) in hidma_ll_inthandler_msi() argument