1SET_IRQ_TYPE(9)            Public Functions Provided           SET_IRQ_TYPE(9)
2
3
4

NAME

6       set_irq_type - set the irq trigger type for an irq
7

SYNOPSIS

9       int set_irq_type(unsigned int irq, unsigned int type);
10

ARGUMENTS

12       irq
13           irq number
14
15       type
16           IRQ_TYPE_{LEVEL,EDGE}_* value - see include/linux/irq.h
17

AUTHORS

19       Thomas Gleixner <tglx@linutronix.de>
20           Author.
21
22       Ingo Molnar <mingo@elte.hu>
23           Author.
24
26Kernel Hackers Manual 2.6.         June 2019                   SET_IRQ_TYPE(9)
Impressum