46 #include <linux/module.h>
48 #define _COMPONENT ACPI_HARDWARE
53 acpi_hw_sleep_dispatch(
u8 sleep_state,
u32 function_id);
59 #define ACPI_SLEEP_FUNCTION_ID 0
60 #define ACPI_WAKE_PREP_FUNCTION_ID 1
61 #define ACPI_WAKE_FUNCTION_ID 2
80 #if (!ACPI_REDUCED_HARDWARE)
122 #if ACPI_MACHINE_WIDTH == 64
137 acpi_status acpi_set_firmware_waking_vector64(
u64 physical_address)
238 acpi_hw_sleep_dispatch(
u8 sleep_state,
u32 function_id)
242 &acpi_sleep_dispatch[function_id];
244 #if (!ACPI_REDUCED_HARDWARE)
250 if (acpi_gbl_reduced_hardware ||
acpi_gbl_FADT.sleep_control.address) {
307 arg.
integer.value = sleep_state;
317 switch (sleep_state) {
399 acpi_hw_sleep_dispatch(sleep_state,