1SYSDEV_RESUME(9) Device drivers infrastructure SYSDEV_RESUME(9)
23
4
NAME
6sysdev_resume - Bring system devices back to life.
7
SYNOPSIS
9int sysdev_resume(void);
10
ARGUMENTS
12void
13no arguments
14
DESCRIPTION
16Similar to sysdev_suspend, but we iterate the list forwards to
17guarantee that parent devices are resumed before their children.
18
NOTE
20Interrupts are disabled when called.
21
COPYRIGHT
23Kernel Hackers Manual 2.6. November 2011 SYSDEV_RESUME(9)