Query: enable_irq
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ENABLE_IRQ(9) Hardware Interfaces ENABLE_IRQ(9)NAMEenable_irq - enable handling of an irqSYNOPSISvoid enable_irq(unsigned int irq);ARGUMENTSirq Interrupt to enableDESCRIPTIONUndoes 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->chip->bus_lock and desc->chip->bus_sync_unlock are NULL !COPYRIGHTKernel Hackers Manual 2.6. July 2010 ENABLE_IRQ(9)
| Related Man Pages |
|---|
| request_threaded_irq(9) - suse |
| parport_register_port(9) - centos |
| struct_irq_data(9) - centos |
| struct_uio_info(9) - suse |
| tapset::irq(3stap) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| request_irq always returns EINVAL |
| What is unbalanced IRQ? |