table of contents
other versions
- wheezy 3.2.78-1
ENABLE_IRQ(9) | Hardware Interfaces | ENABLE_IRQ(9) |
NAME¶
enable_irq - enable handling of an irqSYNOPSIS¶
void
enable_irq(unsigned int irq);
ARGUMENTS¶
irqInterrupt to enable
DESCRIPTION¶
Undoes the effect of one call to disable_irq. If this matches the last disable, processing of interrupts on this IRQ line is re-enabled. This function may be called from IRQ context only when desc->irq_data.chip->bus_lock and desc->chip->bus_sync_unlock are NULL !COPYRIGHT¶
March 2016 | Kernel Hackers Manual 3.2. |