ReactOS 0.4.15-dev-7942-gd23573b
acpi_device_status Struct Reference

#include <acpi_bus.h>

Public Attributes

UINT32 present:1
 
UINT32 enabled:1
 
UINT32 show_in_ui:1
 
UINT32 functional:1
 
UINT32 battery_present:1
 
UINT32 reserved:27
 

Detailed Description

Definition at line 138 of file acpi_bus.h.

Member Data Documentation

◆ battery_present

UINT32 acpi_device_status::battery_present

Definition at line 143 of file acpi_bus.h.

◆ enabled

UINT32 acpi_device_status::enabled

Definition at line 140 of file acpi_bus.h.

◆ functional

UINT32 acpi_device_status::functional

Definition at line 142 of file acpi_bus.h.

◆ present

UINT32 acpi_device_status::present

Definition at line 139 of file acpi_bus.h.

Referenced by acpi_bus_check_device().

◆ reserved

UINT32 acpi_device_status::reserved

Definition at line 144 of file acpi_bus.h.

◆ show_in_ui

UINT32 acpi_device_status::show_in_ui

Definition at line 141 of file acpi_bus.h.


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