.\" 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_POWER_UP" "9" "09 October 2005" "" ""
.SH NAME
dpm_power_up \- Power on some devices.
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void dpm_power_up ( \fIvoid\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIvoid\fB\fR
no arguments
.SH "DESCRIPTION"
.PP
.PP
Walk the dpm_off_irq list and power each device up. This
is used for devices that required they be powered down with
interrupts disabled. As devices are powered on, they are moved to
the dpm_suspended list.
.PP
Interrupts must be disabled when calling this.