other versions
- stretch 4.9.168-1
IRQ_CHIP_SET_WAKE_PA(9) | Internal Functions Provided | IRQ_CHIP_SET_WAKE_PA(9) |
NAME¶
irq_chip_set_wake_parent - Set/reset wake-up on the parent interruptSYNOPSIS¶
int irq_chip_set_wake_parent(struct irq_data * data, unsigned int on);
ARGUMENTS¶
dataPointer to interrupt specific data
on
Whether to set or reset the wake-up capability of this
irq
DESCRIPTION¶
Conditional, as the underlying parent chip might not implement it.AUTHORS¶
Thomas Gleixner <tglx@linutronix.de>Author.
Ingo Molnar <mingo@elte.hu>
Author.
COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |