other versions
IRQ_CHIP_SET_TYPE_PA(9) | Public Functions Provided | IRQ_CHIP_SET_TYPE_PA(9) |
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@linutronix.de>
Author.
Ingo Molnar <mingo@elte.hu>
Author.
COPYRIGHT¶
June 2017 | Kernel Hackers Manual 4.9. |