1SET_IRQ_TYPE(9) Public Functions Provided SET_IRQ_TYPE(9)
23
4
NAME
6set_irq_type - set the irq trigger type for an irq
7
SYNOPSIS
9int set_irq_type(unsigned int irq, unsigned int type);
10
ARGUMENTS
12irq
13irq number
1415
type
16IRQ_TYPE_{LEVEL,EDGE}_* value - see include/linux/irq.h
17
AUTHORS
19Thomas Gleixner <tglx@linutronix.de>
20Author.
2122
Ingo Molnar <mingo@elte.hu>
23Author.
24
COPYRIGHT
26Kernel Hackers Manual 2.6. June 2019 SET_IRQ_TYPE(9)