irq_chip_pm_get (9) Linux Manual Page
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.
