Searched refs:SleepState (Results 1 – 9 of 9) sorted by relevance
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/hardware/ |
H A D | hwxfsleep.c | 172 UINT8 SleepState, 397 UINT8 SleepState, in ACPI_EXPORT_SYMBOL() 414 Status = SleepFunctions->ExtendedFunction (SleepState); in ACPI_EXPORT_SYMBOL() 420 Status = SleepFunctions->LegacyFunction (SleepState); in ACPI_EXPORT_SYMBOL() 430 Status = SleepFunctions->ExtendedFunction (SleepState); in ACPI_EXPORT_SYMBOL() 454 UINT8 SleepState) in AcpiEnterSleepStatePrep() argument 465 Status = AcpiGetSleepTypeData (SleepState, in AcpiEnterSleepStatePrep() 483 Arg.Integer.Value = SleepState; in AcpiEnterSleepStatePrep() 493 switch (SleepState) in AcpiEnterSleepStatePrep() 544 UINT8 SleepState) in ACPI_EXPORT_SYMBOL() [all …]
|
H A D | hwesleep.c | 221 UINT8 SleepState) in AcpiHwExtendedSleep() argument 257 "Entering sleep state [S%u]\n", SleepState)); in AcpiHwExtendedSleep() 264 if (SleepState < ACPI_STATE_S4) in AcpiHwExtendedSleep() 269 Status = AcpiOsEnterSleep (SleepState, SleepControl, 0); in AcpiHwExtendedSleep() 316 UINT8 SleepState) in AcpiHwExtendedWakePrep() argument 352 UINT8 SleepState) in AcpiHwExtendedWake() argument 364 AcpiHwExecuteSleepMethod (METHOD_PATHNAME__WAK, SleepState); in AcpiHwExtendedWake()
|
H A D | hwsleep.c | 176 UINT8 SleepState) in AcpiHwLegacySleep() argument 232 "Entering sleep state [S%u]\n", SleepState)); in AcpiHwLegacySleep() 265 if (SleepState < ACPI_STATE_S4) in AcpiHwLegacySleep() 270 Status = AcpiOsEnterSleep (SleepState, Pm1aControl, Pm1bControl); in AcpiHwLegacySleep() 288 if (SleepState > ACPI_STATE_S3) in AcpiHwLegacySleep() 343 UINT8 SleepState) in AcpiHwLegacyWakePrep() argument 410 UINT8 SleepState) in AcpiHwLegacyWake() argument 447 AcpiHwExecuteSleepMethod (METHOD_PATHNAME__WAK, SleepState); in AcpiHwLegacyWake()
|
H A D | hwxface.c | 520 UINT8 SleepState, in ACPI_EXPORT_SYMBOL() 534 if ((SleepState > ACPI_S_STATES_MAX) || in ACPI_EXPORT_SYMBOL() 552 Info->RelativePathname = AcpiGbl_SleepStateNames[SleepState]; in ACPI_EXPORT_SYMBOL()
|
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/ |
H A D | achware.h | 225 UINT8 SleepState); 229 UINT8 SleepState); 233 UINT8 SleepState); 246 UINT8 SleepState); 250 UINT8 SleepState); 254 UINT8 SleepState);
|
H A D | acpixf.h | 1269 UINT8 SleepState, 1276 UINT8 SleepState)) 1281 UINT8 SleepState)) 1291 UINT8 SleepState)) 1296 UINT8 SleepState))
|
H A D | acpiosxf.h | 570 UINT8 SleepState,
|
H A D | actypes.h | 1057 UINT8 SleepState);
|
/haiku/src/add-ons/kernel/bus_managers/acpi/ |
H A D | ACPICAHaiku.cpp | 1399 UINT8 SleepState, in AcpiOsEnterSleep() argument
|