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

Public Attributes | |
| struct { | |
| UINT8 valid:1 | |
| UINT8 reserved:7 | |
| } | flags |
| UINT8 | power |
| UINT8 | performance |
| int | latency |
Definition at line 228 of file acpi_bus.h.
| struct { ... } acpi_device_perf_state::flags |
| int acpi_device_perf_state::latency |
Definition at line 235 of file acpi_bus.h.
| UINT8 acpi_device_perf_state::performance |
Definition at line 234 of file acpi_bus.h.
| UINT8 acpi_device_perf_state::power |
Definition at line 233 of file acpi_bus.h.
| UINT8 acpi_device_perf_state::reserved |
Definition at line 231 of file acpi_bus.h.
| UINT8 acpi_device_perf_state::valid |
Definition at line 230 of file acpi_bus.h.