Function report |
Source Code:kernel\irq\spurious.c |
Create Date:2022-07-28 10:10:42 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:try_misrouted_irq
Proto:static inline int try_misrouted_irq(unsigned int irq, struct irq_desc *desc, irqreturn_t action_ret)
Type:int
Parameter:
| Type | Parameter | Name |
|---|---|---|
| unsigned int | irq | |
| struct irq_desc * | desc | |
| irqreturn_t | action_ret |
| 240 | If Not irqfixup Then Return 0 |
| 244 | If action_ret == IRQ_NONE Then Return 1 |
| 252 | If irqfixup < 2 Then Return 0 |
| 255 | If Not irq Then Return 1 |
| 264 | action = IRQ action list |
| 266 | Return action && flags & Interrupt is used for polling |
| Name | Describe |
|---|---|
| note_interrupt |
| Source code conversion tool public plug-in interface | X |
|---|---|
| Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |