irq_chip_pm_get (9) - Linux Manuals
irq_chip_pm_get: Enable power for an IRQ chip
NAME
irq_chip_pm_get - Enable power for an IRQ chip
SYNOPSIS
-
int irq_chip_pm_get(struct irq_data
* data);
ARGUMENTS
data
-
- Pointer to interrupt specific data
DESCRIPTION
Enable the power to the IRQ chip referenced by the interrupt data structure.
AUTHORS
Thomas Gleixner <tglx [at] linutronix.de>
- Author.
Ingo Molnar <mingo [at] elte.hu>
- Author.
COPYRIGHT