SYNOPSIS
- int irq_chip_set_affinity_parent(struct irq_data * data, const struct cpumask * dest, bool force);
ARGUMENTS
data
-
- Pointer to interrupt specific data
dest
- The affinity mask to set
force
- Flag to enforce setting (disable online checks)
DESCRIPTION
Conditinal, as the underlying parent chip might not implement it.
COPYRIGHT