ReactOS 0.4.16-dev-338-g34e76ad
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
#define | HAS_CHILDREN(d) ((d)->children.next != &((d)->children)) |
#define | HAS_SIBLINGS(d) (((d)->parent) && ((d)->node.next != &(d)->parent->children)) |
#define | NODE_TO_DEVICE(n) (list_entry(n, struct acpi_device, node)) |
Functions | |
NTSTATUS | Bus_PlugInDevice (struct acpi_device *Device, PFDO_DEVICE_DATA FdoData) |
NTSTATUS | ACPIEnumerateDevices (PFDO_DEVICE_DATA DeviceExtension) |
Variables | |
struct acpi_device * | acpi_root |
#define HAS_CHILDREN | ( | d | ) | ((d)->children.next != &((d)->children)) |
Definition at line 15 of file acpienum.c.
Definition at line 16 of file acpienum.c.
#define NDEBUG |
Definition at line 12 of file acpienum.c.
#define NODE_TO_DEVICE | ( | n | ) | (list_entry(n, struct acpi_device, node)) |
Definition at line 17 of file acpienum.c.
NTSTATUS ACPIEnumerateDevices | ( | PFDO_DEVICE_DATA | DeviceExtension | ) |
Definition at line 146 of file acpienum.c.
Referenced by Bus_StartFdo().
NTSTATUS Bus_PlugInDevice | ( | struct acpi_device * | Device, |
PFDO_DEVICE_DATA | FdoData | ||
) |
Definition at line 22 of file acpienum.c.
Referenced by ACPIEnumerateDevices().
|
extern |
Definition at line 51 of file bus.c.
Referenced by acpi_bus_exit(), acpi_bus_init(), acpi_bus_register_driver(), acpi_bus_scan_fixed(), acpi_bus_unregister_driver(), and ACPIEnumerateDevices().