1ENUM IRQ_GC_FLAGS(9) Structures ENUM IRQ_GC_FLAGS(9)
2
3
4
6 enum_irq_gc_flags - Initialization flags for generic irq chips
7
9 enum irq_gc_flags {
10 IRQ_GC_INIT_MASK_CACHE,
11 IRQ_GC_INIT_NESTED_LOCK
12 };
13
15 IRQ_GC_INIT_MASK_CACHE
16 Initialize the mask_cache by reading mask reg
17
18 IRQ_GC_INIT_NESTED_LOCK
19 Set the lock class of the irqs to nested for irq chips which need
20 to call irq_set_wake on the parent irq. Usually GPIO
21 implementations
22
24 Thomas Gleixner <tglx@linutronix.de>
25 Author.
26
27 Ingo Molnar <mingo@elte.hu>
28 Author.
29
31Kernel Hackers Manual 3.10 June 2019 ENUM IRQ_GC_FLAGS(9)