centos man page for enable_irq

Query: enable_irq

OS: centos

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

ENABLE_IRQ(9)						     Public Functions Provided						     ENABLE_IRQ(9)

NAME
enable_irq - enable handling of an irq
SYNOPSIS
void enable_irq(unsigned int irq);
ARGUMENTS
irq Interrupt 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 !
AUTHORS
Thomas Gleixner <tglx@linutronix.de> Author. Ingo Molnar <mingo@elte.hu> Author.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 ENABLE_IRQ(9)
Related Man Pages
parport_register_port(9) - suse
struct_i2c_board_info(9) - centos
struct_irq_chip_generic(9) - centos
wss(4) - netbsd
struct_i2c_board_info(9) - suse
Similar Topics in the Unix Linux Community
request_irq always returns EINVAL
What is unbalanced IRQ?