irq_chip_pm_put (9) - Linux Manuals
irq_chip_pm_put: Disable power for an IRQ chip
NAME
irq_chip_pm_put - Disable power for an IRQ chip
SYNOPSIS
-
int irq_chip_pm_put(struct irq_data
* data);
ARGUMENTS
data
-
- Pointer to interrupt specific data
DESCRIPTION
Disable the power to the IRQ chip referenced by the interrupt data structure, belongs. Note that power will only be disabled, once this function has been called for all IRQs that have called irq_chip_pm_get.
AUTHORS
Thomas Gleixner <tglx [at] linutronix.de>
- Author.
Ingo Molnar <mingo [at] elte.hu>
- Author.
COPYRIGHT