SYSDEV_RESUME
Section: Device drivers infrastructure (9)
Updated: February 2011
Index
Return to Main Contents
 
NAME
sysdev_resume - Bring system devices back to life.
 
SYNOPSIS
- 
int sysdev_resume(void);
ARGUMENTS
void
- 
- no arguments
DESCRIPTION
Similar to
sysdev_suspend, but we iterate the list forwards to guarantee that parent devices are resumed before their children.
 
NOTE
Interrupts are disabled when called.
 
COPYRIGHT