Este contenido no está disponible en el idioma seleccionado.
probe::irq_handler.exit
Name
probe::irq_handler.exit — Execution of interrupt handler completed
Synopsis
irq_handler.exit
Values
flags_str
- symbolic string representation of IRQ flags
dev_name
- name of device
ret
- return value of the handler
action
- struct irqaction*
thread_fn
- interrupt handler function for threaded interrupts
next_irqaction
- pointer to next irqaction for shared interrupts
thread
- thread pointer for threaded interrupts
thread_flags
- Flags related to thread
irq
- interrupt number
handler
- interrupt handler function that was executed
flags
- flags for IRQ handler
dir
- pointer to the proc/irq/NN/name entry
dev_id
- Cookie to identify device