other versions
IRQ_CHIP_PM_PUT(9) | Internal Functions Provided | IRQ_CHIP_PM_PUT(9) |
NAME¶
irq_chip_pm_put - Disable power for an IRQ chip
SYNOPSIS¶
int irq_chip_pm_put(struct irq_data * data);
ARGUMENTS¶
struct irq_data * 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@linutronix.de>
Author.
Ingo Molnar <mingo@elte.hu>
Author.
COPYRIGHT¶
June 2017 | Kernel Hackers Manual 4.11 |