ReactOS 0.4.16-dev-974-g5022a45
|
#include <acpi_bus.h>
Public Attributes | |
struct list_head | node |
struct acpi_device * | device |
struct acpi_pci_id | id |
struct pci_bus * | bus |
UINT16 | segment |
UINT8 | bus_nr |
UINT32 | osc_support_set |
UINT32 | osc_control_set |
UINT32 | osc_control_qry |
UINT32 | osc_queried:1 |
Definition at line 355 of file acpi_bus.h.
struct pci_bus* acpi_pci_root::bus |
Definition at line 359 of file acpi_bus.h.
UINT8 acpi_pci_root::bus_nr |
Definition at line 361 of file acpi_bus.h.
struct acpi_device* acpi_pci_root::device |
Definition at line 357 of file acpi_bus.h.
struct acpi_pci_id acpi_pci_root::id |
Definition at line 358 of file acpi_bus.h.
Definition at line 356 of file acpi_bus.h.
UINT32 acpi_pci_root::osc_control_qry |
Definition at line 365 of file acpi_bus.h.
UINT32 acpi_pci_root::osc_control_set |
Definition at line 364 of file acpi_bus.h.
UINT32 acpi_pci_root::osc_queried |
Definition at line 367 of file acpi_bus.h.
UINT32 acpi_pci_root::osc_support_set |
Definition at line 363 of file acpi_bus.h.
UINT16 acpi_pci_root::segment |
Definition at line 360 of file acpi_bus.h.