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.
COPYRIGHT