Searched refs:pmc_irq (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/arch/powerpc/platforms/83xx/
H A Dsuspend.c107 static int pmc_irq; variable
354 pmc_irq = irq_of_parse_and_map(np, 0); pmc_probe()
355 if (pmc_irq != NO_IRQ) { pmc_probe()
356 ret = request_irq(pmc_irq, pmc_irq_handler, IRQF_SHARED, pmc_probe()
403 if (pmc_irq != NO_IRQ) pmc_probe()
404 free_irq(pmc_irq, ofdev); pmc_probe()
/linux-4.1.27/drivers/clk/at91/
H A Dpmc.c107 static struct irq_chip pmc_irq = { variable in typeref:struct:irq_chip
126 irq_set_chip_and_handler(virq, &pmc_irq, pmc_irq_map()

Completed in 116 milliseconds