Function report |
Source Code:kernel\irq\pm.c |
Create Date:2022-07-28 10:15:14 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:arm_wake_irq - rearm a wakeup interrupt line after signaling wakeup*@irq: Interrupt to rearm
Proto:void rearm_wake_irq(unsigned int irq)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned int | irq |
186 | desc = irq_get_desc_buslock(irq, & flags, IRQ_GET_DESC_CHECK_GLOBAL) |
188 | If Not desc || Not (istate & IRQS_SUSPENDED) || Not irqd_is_wakeup_set( & irq_data) Then Return |
192 | istate &= ~IRQS_SUSPENDED |
193 | irqd_set( & irq_data, IRQD_WAKEUP_ARMED) |
194 | __enable_irq(desc) |
196 | irq_put_desc_busunlock(desc, flags) |
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 |