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

NAME

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

SYNOPSIS

9       int irq_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 3.10         June 2019               IRQ_SET_IRQ_TYPE(9)
Impressum