irq_chip_set_wake_parent (9) Linux Manual Page
irq_chip_set_wake_parent – Set/reset wake-up on the parent interrupt
Synopsis
int irq_chip_set_wake_parent(struct irq_data *data, unsigned int on);
Arguments
data
-
- Pointer 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 [at] linutronix.de>
- Author.
Ingo Molnar <mingo [at] elte.hu>
- Author.
