irq_chip_set_type_parent (9) Linux Manual Page
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.
