Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\power\suspend.c Create Date:2022-07-28 09:58:13
Last Modify:2020-03-17 14:47:48 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:platform_suspend_begin

Proto:static int platform_suspend_begin(suspend_state_t state)

Type:int

Parameter:

TypeParameterName
suspend_state_tstate
288  If state == PM_SUSPEND_TO_IDLE && s2idle_ops && begin Then Return begin()
290  Else if suspend_ops && begin Then Return begin(state)
292  Else Return 0
Caller
NameDescribe
suspend_devices_and_entersuspend_devices_and_enter - Suspend devices and enter system sleep state.*@state: System sleep state to enter.