.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "DEVICE_RESUME" "" "06 October 2005" "" ""
.SH NAME
device_resume \- resume all the devices in the system
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void device_resume (u32 \fIlevel\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIlevel\fB\fR
stage of resume process we're at
.SH "DESCRIPTION"
.PP
Similar to device_suspend above, though we want to do a breadth-first
walk of the tree to make sure we wake up parents before children.
So, we iterate over the list backward.