Query: request_any_context_irq
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
REQUEST_ANY_CONTEXT_(9) Public Functions Provided REQUEST_ANY_CONTEXT_(9)NAMErequest_any_context_irq - allocate an interrupt lineSYNOPSISint request_any_context_irq(unsigned int irq, irq_handler_t handler, unsigned long flags, const char * name, void * dev_id);ARGUMENTSirq Interrupt line to allocate handler Function to be called when the IRQ occurs. Threaded handler for threaded interrupts. flags Interrupt type flags name An ascii name for the claiming device dev_id A cookie passed back to the handler functionDESCRIPTIONThis call allocates interrupt resources and enables the interrupt line and IRQ handling. It selects either a hardirq or threaded handling method depending on the context. On failure, it returns a negative value. On success, it returns either IRQC_IS_HARDIRQ or IRQC_IS_NESTED.AUTHORSThomas Gleixner <tglx@linutronix.de> Author. Ingo Molnar <mingo@elte.hu> Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 REQUEST_ANY_CONTEXT_(9)
Related Man Pages |
---|
struct_irq_chip_generic(9) - centos |
struct_irq_data(9) - centos |
request_threaded_irq(9) - centos |
request_irq(9) - suse |
tapset::irq(3stap) - debian |
Similar Topics in the Unix Linux Community |
---|
Is UNIX an open source OS ? |
Docker learning Phase-I |
CentOS 6 ran out of space, need to reclaim it |
[TIP] Processing YAML files with yq |
Please Welcome Dave Munro to the Moderator Team! |