Searched refs:SleepState (Results 1 – 13 of 13) sorted by relevance
/acpica-3.7.0/source/components/hardware/ |
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 …]
|
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()
|
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()
|
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()
|
/acpica-3.7.0/source/components/debugger/ |
D | dbcmds.c | 193 UINT8 SleepState); 278 UINT8 SleepState; in AcpiDbSleep() local 302 SleepState = (UINT8) strtoul (ObjectArg, NULL, 0); in AcpiDbSleep() 303 AcpiDbDoOneSleepState (SleepState); in AcpiDbSleep() 322 UINT8 SleepState) in AcpiDbDoOneSleepState() argument 331 if (SleepState > ACPI_S_STATES_MAX) in AcpiDbDoOneSleepState() 334 SleepState, ACPI_S_STATES_MAX); in AcpiDbDoOneSleepState() 339 SleepState, AcpiGbl_SleepStateNames[SleepState]); in AcpiDbDoOneSleepState() 343 Status = AcpiGetSleepTypeData (SleepState, &SleepTypeA, &SleepTypeB); in AcpiDbDoOneSleepState() 347 AcpiGbl_SleepStateNames[SleepState], in AcpiDbDoOneSleepState() [all …]
|
/acpica-3.7.0/source/include/ |
D | achware.h | 225 UINT8 SleepState); 229 UINT8 SleepState); 233 UINT8 SleepState); 246 UINT8 SleepState); 250 UINT8 SleepState); 254 UINT8 SleepState);
|
D | acpixf.h | 1269 UINT8 SleepState, 1276 UINT8 SleepState)) 1281 UINT8 SleepState)) 1291 UINT8 SleepState)) 1296 UINT8 SleepState))
|
D | acpiosxf.h | 570 UINT8 SleepState,
|
D | actypes.h | 1057 UINT8 SleepState);
|
/acpica-3.7.0/source/os_specific/service_layers/ |
D | oszephyr.c | 945 UINT8 SleepState, in AcpiOsEnterSleep() argument
|
D | osunixxf.c | 488 UINT8 SleepState, in AcpiOsEnterSleep() argument
|
D | oswinxf.c | 416 UINT8 SleepState, in AcpiOsEnterSleep() argument
|
/acpica-3.7.0/documents/ |
D | changes.txt | 2846 AcpiOsEnterSleep(SleepState, RegisterAValue, RegisterBValue) 15738 When sleeping, clear the wake status only if SleepState is not S5.
|