Searched refs:pmc_irq (Results 1 – 2 of 2) sorted by relevance
107 static int pmc_irq; variable354 pmc_irq = irq_of_parse_and_map(np, 0); in pmc_probe()355 if (pmc_irq != NO_IRQ) { in pmc_probe()356 ret = request_irq(pmc_irq, pmc_irq_handler, IRQF_SHARED, in pmc_probe()403 if (pmc_irq != NO_IRQ) in pmc_probe()404 free_irq(pmc_irq, ofdev); in pmc_probe()
107 static struct irq_chip pmc_irq = { variable126 irq_set_chip_and_handler(virq, &pmc_irq, in pmc_irq_map()