Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\tboot.c Create Date:2022-07-28 07:53:16
Last Modify:2022-05-22 06:45:44 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:tboot_extended_sleep

Proto:static int tboot_extended_sleep(u8 sleep_state, unsigned int val_a, unsigned int val_b)

Type:int

Parameter:

TypeParameterName
u8sleep_state
unsigned intval_a
unsigned intval_b
301  If Not tboot_enabled() Then Return 0
304  pr_warn("tboot is not able to suspend on platforms with reduced hardware sleep (ACPIv5)")
305  Return -ENODEV