probe::irq_handler.entry
名称
probe::irq_handler.entry — Execution of interrupt handler starting
Synopsis
irq_handler.entry
Values
next_irqaction
- pointer to next irqaction for shared interrupts
thread_fn
- interrupt handler function for threaded interrupts
thread
- thread pointer for threaded interrupts
thread_flags
- Flags related to thread
irq
- irq number
flags_str
- symbolic string representation of IRQ flags
dev_name
- name of device
action
- struct irqaction* for this interrupt num
dir
- pointer to the proc/irq/NN/name entry
flags
- Flags for IRQ handler
dev_id
- Cookie to identify device
handler
- interrupt handler function