call trace
以handle_level_irq
为例说明.
1 | ===> handle_level_irq |
where handler is registered
1 | 127 static inline int __must_check |
1 | 1473 int request_threaded_irq(unsigned int irq, irq_handler_t handler, |
how to call the handler function
1 | 409 void |
1 | 183 irqreturn_t handle_irq_event(struct irq_desc *desc) |
1 | 133 irqreturn_t |