Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\apm_32.c Create Date:2022-07-28 08:22:21
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:standby

Proto:static void standby(void)

Type:void

Parameter:Nothing

1284  dpm_suspend_end(PMSG_SUSPEND)
1286  local_irq_disable()
1287  syscore_suspend()
1288  The local_irq_*() APIs are equal to the raw_local_irq*()* if !TRACE_IRQFLAGS.()
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  If err != Error codes && err != APM_NO_ERROR Then apm_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  local_irq_disable()
1295  syscore_resume()
1296  The local_irq_*() APIs are equal to the raw_local_irq*()* if !TRACE_IRQFLAGS.()
1298  dpm_resume_start(PMSG_RESUME)
Caller
NameDescribe
check_events
do_ioctl
do_release