.\" 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 "DPM_RUNTIME_RESUME" "9" "09 October 2005" "" ""
.SH NAME
dpm_runtime_resume \- Power one device back on.
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void dpm_runtime_resume (struct device * \fIdev\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdev\fB\fR
Device.
.SH "DESCRIPTION"
.PP
Bring one device back to the on state by first powering it
on, then restoring state. We only operate on devices that aren't
already on.
.SH "FIXME"
.PP
We need to handle devices that are in an unknown state.