函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\apm_32.c Create Date:2022-07-27 09:22:16
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:standby

函数原型:static void standby(void)

返回类型:void

参数:

1284  dpm_suspend_end(PMSG_SUSPEND)
1286  禁止中断()
1287  syscore_suspend()
1288  开中断()
1290  err等于set_system_power_state - set system wide power state*@state: which state to enter* Transition the entire system into a new APM power state.
1291  如果err不等于Error codeserr不等于APM_NO_ERRORapm_error - display an APM error*@str: information string*@err: APM BIOS return code* Write a meaningful log entry to the kernel log in the event of* an APM error. Note that this also handles (negative) kernel errors.
1294  禁止中断()
1295  syscore_resume()
1296  开中断()
1298  dpm_resume_start(PMSG_RESUME)
调用者
名称描述
check_events
do_ioctl
do_release