Query: disable_irq
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DISABLE_IRQ(9) Public Functions Provided DISABLE_IRQ(9)NAMEdisable_irq - disable an irq and wait for completionSYNOPSISvoid disable_irq(unsigned int irq);ARGUMENTSirq Interrupt to disableDESCRIPTIONDisable the selected interrupt line. Enables and Disables are nested. This function waits for any pending IRQ handlers for this interrupt to complete before returning. If you use this function while holding a resource the IRQ handler may need you will deadlock. This function may be called - with care - from IRQ context.AUTHORSThomas Gleixner <tglx@linutronix.de> Author. Ingo Molnar <mingo@elte.hu> Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 DISABLE_IRQ(9)
Related Man Pages |
---|
request_threaded_irq(9) - suse |
ccw_device_start(9) - centos |
struct_irq_chip(9) - centos |
struct_irq_chip_generic(9) - centos |
struct_irq_desc(9) - suse |
Similar Topics in the Unix Linux Community |
---|
Doubt with irq handler....... |
request_irq always returns EINVAL |