|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <acpi_bus.h>

Public Attributes | |
| struct { | |
| UINT8 valid:1 | |
| UINT8 explicit_set:1 | |
| UINT8 reserved:6 | |
| } | flags |
| int | power |
| int | latency |
| struct acpi_handle_list | resources |
Definition at line 204 of file acpi_bus.h.
| UINT8 acpi_device_power_state::explicit_set |
Definition at line 207 of file acpi_bus.h.
| struct { ... } acpi_device_power_state::flags |
Referenced by acpi_bus_get_power_flags().
| int acpi_device_power_state::latency |
Definition at line 211 of file acpi_bus.h.
Referenced by acpi_bus_get_power_flags().
| int acpi_device_power_state::power |
Definition at line 210 of file acpi_bus.h.
Referenced by acpi_bus_get_power_flags().
| UINT8 acpi_device_power_state::reserved |
Definition at line 208 of file acpi_bus.h.
| struct acpi_handle_list acpi_device_power_state::resources |
Definition at line 212 of file acpi_bus.h.
Referenced by acpi_bus_get_power_flags().
| UINT8 acpi_device_power_state::valid |
Definition at line 206 of file acpi_bus.h.