Query: disable_irq
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DISABLE_IRQ(9) Hardware Interfaces 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.COPYRIGHTKernel Hackers Manual 2.6. July 2010 DISABLE_IRQ(9)
Related Man Pages |
---|
parport_register_port(9) - suse |
bus_describe_intr(9) - debian |
csx_requestirq(9f) - sunos |
bus_describe_intr(9) - freebsd |
csx_releaseirq(9f) - opensolaris |
Similar Topics in the Unix Linux Community |
---|
Doubt with irq handler....... |
request_irq always returns EINVAL |