ReactOS 0.4.15-dev-8052-gc0e3179
acpi_device_power_state Struct Reference

#include <acpi_bus.h>

Collaboration diagram for acpi_device_power_state:

Public Attributes

struct {
   UINT8   valid:1
 
   UINT8   explicit_set:1
 
   UINT8   reserved:6
 
flags
 
int power
 
int latency
 
struct acpi_handle_list resources
 

Detailed Description

Definition at line 204 of file acpi_bus.h.

Member Data Documentation

◆ explicit_set

UINT8 acpi_device_power_state::explicit_set

Definition at line 207 of file acpi_bus.h.

◆ 

struct { ... } acpi_device_power_state::flags

◆ latency

int acpi_device_power_state::latency

Definition at line 211 of file acpi_bus.h.

Referenced by acpi_bus_get_power_flags().

◆ power

int acpi_device_power_state::power

Definition at line 210 of file acpi_bus.h.

Referenced by acpi_bus_get_power_flags().

◆ reserved

UINT8 acpi_device_power_state::reserved

Definition at line 208 of file acpi_bus.h.

◆ resources

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().

◆ valid

UINT8 acpi_device_power_state::valid

Definition at line 206 of file acpi_bus.h.


The documentation for this struct was generated from the following file: