Lines Matching refs:wake

1456 simple mechanism to enable wake GPEs that have no associated handler or 
2872 Resource Manager: Add support for the new ACPI 5.0 wake bit in the IRQ,
2874 both get and set the new wake bit in these descriptors, separately from
3335 PM2_CNT register) in the ACPICA sleep/wake interfaces. Management of the
3673 Enhanced the sleep/wake interfaces to optionally execute the _GTS method
3793 There have been some major changes to the sleep/wake support code, as
3802 must update their wake/resume code or else sleep/wake will not work
3812 c) In AcpiLeaveSleepState, now always clear the WAK_STS (wake status)
3826 sleep/wake external interfaces to hardware/hwxfsleep.c.
4604 during the setup of wake GPEs. A fault could occur if a _PRW directly
4859 executes _PRWs anyway), cleanup of "wake" GPE interfaces and processing,
5180 support. The model for "wake" GPEs is changing to give the host OS
5192 4) Remove the internal wake reference counter and add new AcpiGpeWakeup
6757 required because the host OS must setup the wake much differently for
7020 AcpiHwDisableAllGpes during wake in AcpiEvGpeDispatch. This call will
8414 Change for GPE support: when a "wake" GPE is received, all wake GPEs are
8417 prevent other wake GPEs from interrupting the wake process.
12093 now three types of GPEs: wake-only, runtime-only, and combination
12094 wake/run.
12095 The only GPEs allowed to be combination wake/run are for button-style
12102 "wake"
12104 have been specifically enabled for wake via the AcpiEnableGpe interface
12123 enable info for runtime and wake separate and in the GPE_EVENT_INFO. We
12126 Always clear the wake status and fixed/GPE status bits before sleep, even
12197 ACPI_GPE_TYPE_WAKE, but the GPE is NOT automatically (wake) enabled.
12201 to allow the user to pick the wake devices.
12289 Implemented support for "wake" GPEs via interaction between GPEs and the
12422 Added a call to _SST on wake to restore to "working" state.
12429 After wake, clear GPE status register(s) before enabling GPEs.
12431 After wake, clear/enable power button. (Perhaps we should clear/enable
12433 fixed events upon wake.)
12518 When sleeping, clear the wake status only if SleepState is not S5.
15417 modified to allow individual GPE levels to be flagged as wake-
15422 support wake-enabled GPEs. This means that upon entering the
15423 sleep state, all GPEs that are not wake-enabled are disabled.