probe::irq_handler.exit — Execution of interrupt handler completed
irq_handler.exit
dev_name
name of device
dir
pointer to the proc/irq/NN/name entry
next_irqaction
pointer to next irqaction for shared interrupts
thread_flags
Flags related to thread
handler
interrupt handler function that was executed
thread
thread pointer for threaded interrupts
ret
return value of the handler
flags
flags for IRQ handler
action
struct irqaction*
flags_str
symbolic string representation of IRQ flags
irq
interrupt number
thread_fn
interrupt handler function for threaded interrupts
dev_id
Cookie to identify device