Enum uacpi_sleep_state

enum uacpi_sleep_state {
  UACPI_SLEEP_STATE_S0,
  UACPI_SLEEP_STATE_S1,
  UACPI_SLEEP_STATE_S2,
  UACPI_SLEEP_STATE_S3,
  UACPI_SLEEP_STATE_S4,
  UACPI_SLEEP_STATE_S5,
  UACPI_SLEEP_STATE_MAX
};

Description

Set the firmware waking vector in FACS.

'addr32' is the real mode entry-point address 'addr64' is the protected mode entry-point address

Values

UACPI_SLEEP_STATE_S0
UACPI_SLEEP_STATE_S1
UACPI_SLEEP_STATE_S2
UACPI_SLEEP_STATE_S3
UACPI_SLEEP_STATE_S4
UACPI_SLEEP_STATE_S5
UACPI_SLEEP_STATE_MAX