1IRQ_SET_CHIP(9) Public Functions Provided IRQ_SET_CHIP(9)
23
4
NAME
6irq_set_chip - set the irq chip for an irq
7
SYNOPSIS
9int irq_set_chip(unsigned int irq, struct irq_chip * chip);
10
ARGUMENTS
12irq
13irq number
1415
chip
16pointer to irq chip description structure
17
AUTHORS
19Thomas Gleixner <tglx@linutronix.de>
20Author.
2122
Ingo Molnar <mingo@elte.hu>
23Author.
24
COPYRIGHT
26Kernel Hackers Manual 3.10 June 2019 IRQ_SET_CHIP(9)