Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\suspend.h Create Date:2022-07-28 05:57:46
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:pm_wakeup_pending

Proto:static inline bool pm_wakeup_pending(void)

Type:bool

Parameter:Nothing

526  Return false
Caller
NameDescribe
try_to_freeze_tasks
s2idle_enter
s2idle_loop
suspend_entersuspend_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.
create_imagereate_image - Create a hibernation image.*@platform_mode: Whether or not to use the platform driver.* Execute device drivers' "late" and "noirq" freeze callbacks, create a* hibernation image and run the drivers' "noirq" and "early" thaw callbacks.
hibernation_platform_enterhibernation_platform_enter - Power off the system using the platform driver.