irq_chip_set_wake_parent(9) 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 <[email protected]>

Author.

Ingo Molnar <[email protected]>

Author.

COPYRIGHT