Query: free_irq
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FREE_IRQ(9) Hardware Interfaces FREE_IRQ(9)NAMEfree_irq - free an interrupt allocated with request_irqSYNOPSISvoid free_irq(unsigned int irq, void * dev_id);ARGUMENTSirq Interrupt line to free dev_id Device identity to freeDESCRIPTIONRemove an interrupt handler. The handler is removed and if the interrupt line is no longer in use by any driver it is disabled. On a shared IRQ the caller must ensure the interrupt is disabled on the card it drives before calling this function. The function does not return until any executing interrupts for this IRQ have completed. This function must not be called from interrupt context.COPYRIGHTKernel Hackers Manual 2.6. July 2010 FREE_IRQ(9)
Related Man Pages |
---|
request_threaded_irq(9) - centos |
ccw_device_start_timeout_key(9) - suse |
ccw_device_start(9) - suse |
struct_irq_chip(9) - suse |
struct_irq_desc(9) - suse |
Similar Topics in the Unix Linux Community |
---|
Doubt with irq handler....... |
request_irq always returns EINVAL |