Lines Matching full:sleep

3  * Name: hwxfsleep.c - ACPI Hardware Sleep/Wake External Interfaces
176 * Dispatch table used to efficiently branch to the various sleep
383 * PARAMETERS: SleepState - Which sleep state to enter/exit in ACPI_EXPORT_SYMBOL()
384 * FunctionId - Sleep, WakePrep, or Wake in ACPI_EXPORT_SYMBOL()
386 * RETURN: Status from the invoked sleep handling function. in ACPI_EXPORT_SYMBOL()
388 * DESCRIPTION: Dispatch a sleep/wake request to the appropriate handling in ACPI_EXPORT_SYMBOL()
405 * use the extended sleep registers (FADT). Note: As per the ACPI in ACPI_EXPORT_SYMBOL()
408 * legacy PM register sleep support. in ACPI_EXPORT_SYMBOL()
416 /* Legacy sleep */ in ACPI_EXPORT_SYMBOL()
426 * we know that only the extended sleep registers are available in ACPI_EXPORT_SYMBOL()
439 * PARAMETERS: SleepState - Which sleep state to enter
443 * DESCRIPTION: Prepare to enter a system sleep state.
470 /* Execute the _PTS method (Prepare To Sleep) */ in AcpiEnterSleepStatePrep()
511 * Set the system indicators to show the desired sleep state. in AcpiEnterSleepStatePrep()
525 * PARAMETERS: SleepState - Which sleep state to enter in ACPI_EXPORT_SYMBOL()
529 * DESCRIPTION: Enter a system sleep state in ACPI_EXPORT_SYMBOL()
547 ACPI_ERROR ((AE_INFO, "Sleep values out of range: A=0x%X B=0x%X", in ACPI_EXPORT_SYMBOL()
563 * PARAMETERS: SleepState - Which sleep state we are exiting in ACPI_EXPORT_SYMBOL()
568 * sleep. Called with interrupts DISABLED. in ACPI_EXPORT_SYMBOL()
595 * PARAMETERS: SleepState - Which sleep state we are exiting in ACPI_EXPORT_SYMBOL()
599 * DESCRIPTION: Perform OS-independent ACPI cleanup after a sleep in ACPI_EXPORT_SYMBOL()