Function report |
Source Code:kernel\irq\chip.c |
Create Date:2022-07-28 10:11:31 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:handle_edge_irq - edge type IRQ handler*@desc: the interrupt description structure for this irq* Interrupt occures on the falling and/or rising edge of a hardware* signal. The occurrence is latched into the irq controller hardware
Proto:void handle_edge_irq(struct irq_desc *desc)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct irq_desc * | desc |
788 | raw_spin_lock( & lock) |
790 | istate &= ~(IRQS_REPLAY | IRQS_WAITING) |
792 | If Not irq_may_run(desc) Then |
802 | If irqd_irq_disabled( & irq_data) || Not IRQ action list Then |
813 | Do |
816 | Go to out_unlock |
825 | If Not irqd_irq_disabled( & irq_data) && irqd_irq_masked( & irq_data) Then unmask_irq(desc) |
830 | handle_irq_event(desc) |
832 | When istate & IRQS_PENDING && Not irqd_irq_disabled( & irq_data) cycle |
835 | out_unlock : |
836 | raw_spin_unlock( & lock) |
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 |