Function report |
Source Code:kernel\power\suspend.c |
Create Date:2022-07-28 09:58:12 |
Last Modify:2020-03-17 14:47:48 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:platform_resume_noirq
Proto:static void platform_resume_noirq(suspend_state_t state)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
suspend_state_t | state |
266 | If state == PM_SUSPEND_TO_IDLE Then |
267 | If s2idle_ops && restore_early Then restore_early() |
269 | Else if wake Then |
270 | wake() |
Name | Describe |
---|---|
suspend_enter | suspend_enter - Make the system enter the given sleep state.*@state: System sleep state to enter.*@wakeup: Returns information that the sleep state should not be re-entered.* This function should be called after devices have been suspended. |
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 |