other versions
- stretch 4.9.168-1
IRQ_CHIP_RETRIGGER_H(9) | Internal Functions Provided | IRQ_CHIP_RETRIGGER_H(9) |
NAME¶
irq_chip_retrigger_hierarchy - Retrigger an interrupt in hardwareSYNOPSIS¶
int irq_chip_retrigger_hierarchy(struct irq_data * data);
ARGUMENTS¶
dataPointer to interrupt specific data
DESCRIPTION¶
Iterate through the domain hierarchy of the interrupt and check whether a hw retrigger function exists. If yes, invoke it.AUTHORS¶
Thomas Gleixner <tglx@linutronix.de>Author.
Ingo Molnar <mingo@elte.hu>
Author.
COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |