ReactOS 0.4.16-dev-340-g0540c21
|
#include <acpi_bus.h>
Public Attributes | |
UINT32 | dynamic_status:1 |
UINT32 | hardware_id:1 |
UINT32 | compatible_ids:1 |
UINT32 | bus_address:1 |
UINT32 | unique_id:1 |
UINT32 | removable:1 |
UINT32 | ejectable:1 |
UINT32 | lockable:1 |
UINT32 | surprise_removal_ok:1 |
UINT32 | power_manageable:1 |
UINT32 | performance_manageable:1 |
UINT32 | wake_capable:1 |
UINT32 | force_power_state:1 |
UINT32 | reserved:20 |
Definition at line 150 of file acpi_bus.h.
UINT32 acpi_device_flags::bus_address |
Definition at line 154 of file acpi_bus.h.
UINT32 acpi_device_flags::compatible_ids |
Definition at line 153 of file acpi_bus.h.
UINT32 acpi_device_flags::dynamic_status |
Definition at line 151 of file acpi_bus.h.
UINT32 acpi_device_flags::ejectable |
Definition at line 157 of file acpi_bus.h.
UINT32 acpi_device_flags::force_power_state |
Definition at line 163 of file acpi_bus.h.
UINT32 acpi_device_flags::hardware_id |
Definition at line 152 of file acpi_bus.h.
UINT32 acpi_device_flags::lockable |
Definition at line 158 of file acpi_bus.h.
UINT32 acpi_device_flags::performance_manageable |
Definition at line 161 of file acpi_bus.h.
UINT32 acpi_device_flags::power_manageable |
Definition at line 160 of file acpi_bus.h.
UINT32 acpi_device_flags::removable |
Definition at line 156 of file acpi_bus.h.
UINT32 acpi_device_flags::reserved |
Definition at line 164 of file acpi_bus.h.
UINT32 acpi_device_flags::surprise_removal_ok |
Definition at line 159 of file acpi_bus.h.
UINT32 acpi_device_flags::unique_id |
Definition at line 155 of file acpi_bus.h.
UINT32 acpi_device_flags::wake_capable |
Definition at line 162 of file acpi_bus.h.