.\" 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 "ACPI_PM_ENTER" "9" "09 October 2005" "" ""
.SH NAME
acpi_pm_enter \- Actually enter a sleep state.
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int acpi_pm_enter (suspend_state_t \fIpm_state\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIpm_state\fB\fR
State we're entering.
.SH "DESCRIPTION"
.PP
Flush caches and go to sleep. For STR or STD, we have to call
arch-specific assembly, which in turn call \fBacpi_enter_sleep_state\fR\&.
It's unfortunate, but it works. Please fix if you're feeling frisky.