request_any_context_irq — allocate an interrupt line
int request_any_context_irq ( | unsigned int irq, |
| irq_handler_t handler, | |
| unsigned long flags, | |
| const char * name, | |
void * dev_id); |
unsigned int irqInterrupt line to allocate
irq_handler_t handlerFunction to be called when the IRQ occurs. Threaded handler for threaded interrupts.
unsigned long flagsInterrupt type flags
const char * nameAn ascii name for the claiming device
void * dev_idA cookie passed back to the handler function