OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SleepState
(Results
1 - 13
of
13
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/hardware/
hwxfsleep.c
64
UINT8
SleepState
,
279
* PARAMETERS:
SleepState
- Which sleep state to enter/exit
291
UINT8
SleepState
,
308
Status = SleepFunctions->ExtendedFunction (
SleepState
);
314
Status = SleepFunctions->LegacyFunction (
SleepState
);
324
Status = SleepFunctions->ExtendedFunction (
SleepState
);
335
* PARAMETERS:
SleepState
- Which sleep state to enter
348
UINT8
SleepState
)
359
Status = AcpiGetSleepTypeData (
SleepState
,
377
Arg.Integer.Value =
SleepState
;
[
all
...]
hwesleep.c
101
* PARAMETERS:
SleepState
- Which sleep state to enter
113
UINT8
SleepState
)
149
"Entering sleep state [S%u]\n",
SleepState
));
156
if (
SleepState
< ACPI_STATE_S4)
161
Status = AcpiOsEnterSleep (
SleepState
, SleepControl, 0);
197
* PARAMETERS:
SleepState
- Which sleep state we just exited
208
UINT8
SleepState
)
233
* PARAMETERS:
SleepState
- Which sleep state we just exited
244
UINT8
SleepState
)
256
AcpiHwExecuteSleepMethod (__UNCONST(METHOD_PATHNAME__WAK),
SleepState
);
[
all
...]
hwsleep.c
57
* PARAMETERS:
SleepState
- Which sleep state to enter
68
UINT8
SleepState
)
124
"Entering sleep state [S%u]\n",
SleepState
));
157
if (
SleepState
< ACPI_STATE_S4)
162
Status = AcpiOsEnterSleep (
SleepState
, Pm1aControl, Pm1bControl);
180
if (
SleepState
> ACPI_STATE_S3)
223
* PARAMETERS:
SleepState
- Which sleep state we just exited
235
UINT8
SleepState
)
291
* PARAMETERS:
SleepState
- Which sleep state we just exited
302
UINT8
SleepState
)
[
all
...]
hwxface.c
376
* PARAMETERS:
SleepState
- Numeric sleep state
412
UINT8
SleepState
,
426
if ((
SleepState
> ACPI_S_STATES_MAX) ||
444
Info->RelativePathname = AcpiGbl_SleepStateNames[
SleepState
];
/src/sys/external/bsd/acpica/dist/include/
achware.h
117
UINT8
SleepState
);
121
UINT8
SleepState
);
125
UINT8
SleepState
);
138
UINT8
SleepState
);
142
UINT8
SleepState
);
146
UINT8
SleepState
);
acpixf.h
1167
UINT8
SleepState
,
1174
UINT8
SleepState
))
1179
UINT8
SleepState
))
1189
UINT8
SleepState
))
1194
UINT8
SleepState
))
acpiosxf.h
462
UINT8
SleepState
,
actypes.h
956
UINT8
SleepState
);
/src/sys/external/bsd/acpica/dist/debugger/
dbcmds.c
87
UINT8
SleepState
);
172
UINT8
SleepState
;
196
SleepState
= (UINT8) strtoul (ObjectArg, NULL, 0);
197
AcpiDbDoOneSleepState (
SleepState
);
206
* PARAMETERS:
SleepState
- Desired sleep state (0-5)
216
UINT8
SleepState
)
225
if (
SleepState
> ACPI_S_STATES_MAX)
228
SleepState
, ACPI_S_STATES_MAX);
233
SleepState
, AcpiGbl_SleepStateNames[
SleepState
]);
[
all
...]
/src/sys/dev/acpi/acpica/
OsdMisc.c
235
* PARAMETERS:
SleepState
- Which sleep state to enter
249
UINT8
SleepState
,
/src/sys/external/bsd/acpica/dist/os_specific/service_layers/
oszephyr.c
823
* PARAMETERS:
SleepState
- Which sleep state to enter
837
UINT8
SleepState
,
osunixxf.c
366
* PARAMETERS:
SleepState
- Which sleep state to enter
380
UINT8
SleepState
,
oswinxf.c
294
* PARAMETERS:
SleepState
- Which sleep state to enter
308
UINT8
SleepState
,
Completed in 31 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026