irq_chip_set_type_parent (9) - Linux Manuals

irq_chip_set_type_parent: Set IRQ type on the parent interrupt

NAME

irq_chip_set_type_parent - Set IRQ type on the parent interrupt

SYNOPSIS

int irq_chip_set_type_parent(struct irq_data data, unsigned int type);

ARGUMENTS

data

Pointer to interrupt specific data

type

IRQ_TYPE_{LEVEL,EDGE}_* value - see include/linux/irq.h

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.

COPYRIGHT