other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
ENUM IRQ_GC_FLAGS(9) | Structures | ENUM IRQ_GC_FLAGS(9) |
NAME¶
enum_irq_gc_flags - Initialization flags for generic irq chipsSYNOPSIS¶
enum irq_gc_flags { IRQ_GC_INIT_MASK_CACHE, IRQ_GC_INIT_NESTED_LOCK, IRQ_GC_MASK_CACHE_PER_TYPE, IRQ_GC_NO_MASK };
CONSTANTS¶
IRQ_GC_INIT_MASK_CACHEInitialize the mask_cache by reading mask
reg
IRQ_GC_INIT_NESTED_LOCK
Set the lock class of the irqs to nested for
irq chips which need to call irq_set_wake on the parent irq. Usually
GPIO implementations
IRQ_GC_MASK_CACHE_PER_TYPE
Mask cache is chip type private
IRQ_GC_NO_MASK
Do not calculate irq_data->mask
AUTHORS¶
Thomas Gleixner <tglx@linutronix.de>Author.
Ingo Molnar <mingo@elte.hu>
Author.
COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |