OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ACPI_STATE_D0
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/dev/acpi/
acpi_fan.c
110
(void)acpi_power_set(sc->sc_node->ad_handle,
ACPI_STATE_D0
);
126
(void)acpi_power_set(sc->sc_node->ad_handle,
ACPI_STATE_D0
);
146
(void)acpi_power_set(sc->sc_node->ad_handle,
ACPI_STATE_D0
);
202
case
ACPI_STATE_D0
:
acpi_power.c
238
if (ad->ad_state <
ACPI_STATE_D0
|| ad->ad_state > ACPI_STATE_D3) {
282
CTASSERT(
ACPI_STATE_D0
== 0 && ACPI_STATE_D1 == 1);
340
if (state <
ACPI_STATE_D0
|| state > ACPI_STATE_D3) {
361
if (ad->ad_state == ACPI_STATE_D3 && state !=
ACPI_STATE_D0
) {
acpi_wakedev.c
359
obj[2].Integer.Value =
ACPI_STATE_D0
;
acpi_tz.c
413
pwr_state = (flag != 0) ?
ACPI_STATE_D0
: ACPI_STATE_D3;
/src/sys/external/bsd/acpica/dist/include/
actypes.h
746
#define
ACPI_STATE_D0
(UINT8) 0
Completed in 18 milliseconds
Indexes created Fri Oct 03 02:09:57 GMT 2025