1SYSDEV_SUSPEND(9)        Device drivers infrastructure       SYSDEV_SUSPEND(9)
2
3
4

NAME

6       sysdev_suspend - Suspend all system devices.
7

SYNOPSIS

9       int sysdev_suspend(pm_message_t state);
10

ARGUMENTS

12       state
13           Power state to enter.
14

DESCRIPTION

16       We perform an almost identical operation as sysdev_shutdown above,
17       though calling ->suspend instead. Interrupts are disabled when this
18       called. Devices are responsible for both saving state and quiescing or
19       powering down the device.
20
21       This is only called by the device PM core, so we let them handle all
22       synchronization.
23
25Kernel Hackers Manual 2.6.         June 2019                 SYSDEV_SUSPEND(9)
Impressum