Name

probe::irq_handler.exit — Execution of interrupt handler completed

Synopsis

irq_handler.exit 

Values

thread_flags

Flags related to thread

dev_name

name of device

next_irqaction

pointer to next irqaction for shared interrupts

dir

pointer to the proc/irq/NN/name entry

dev_id

Cookie to identify device

flags_str

symbolic string representation of IRQ flags

action

struct irqaction*

thread

thread pointer for threaded interrupts

irq

interrupt number

handler

interrupt handler function that was executed

ret

return value of the handler

thread_fn

interrupt handler function for threaded interrupts

flags

flags for IRQ handler