irq_wake_thread (9) - Linux Manuals
irq_wake_thread: wake the irq thread for the action identified by dev_id
NAME
irq_wake_thread - wake the irq thread for the action identified by dev_id
SYNOPSIS
- 
void irq_wake_thread(unsigned int irq, void * dev_id);
ARGUMENTS
irq
- 
- Interrupt line
dev_id
- Device identity for which the thread should be woken
COPYRIGHT