ReactOS 0.4.16-dev-983-g23ad936
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
#define | _COMPONENT ACPI_BUS_COMPONENT |
Functions | |
static void | acpi_util_eval_error (ACPI_HANDLE h, ACPI_STRING p, ACPI_STATUS s) |
ACPI_STATUS | acpi_extract_package (ACPI_OBJECT *package, ACPI_BUFFER *format, ACPI_BUFFER *buffer) |
ACPI_STATUS | acpi_evaluate_integer (ACPI_HANDLE handle, ACPI_STRING pathname, ACPI_OBJECT_LIST *arguments, unsigned long long *data) |
ACPI_STATUS | acpi_evaluate_reference (ACPI_HANDLE handle, ACPI_STRING pathname, ACPI_OBJECT_LIST *arguments, struct acpi_handle_list *list) |
NTSTATUS | acpi_create_registry_table (HANDLE ParentKeyHandle, ACPI_TABLE_HEADER *OutTable, PCWSTR KeyName) |
NTSTATUS | acpi_create_volatile_registry_tables (void) |
#define _COMPONENT ACPI_BUS_COMPONENT |
NTSTATUS acpi_create_registry_table | ( | HANDLE | ParentKeyHandle, |
ACPI_TABLE_HEADER * | OutTable, | ||
PCWSTR | KeyName | ||
) |
Definition at line 374 of file utils.c.
Referenced by acpi_create_volatile_registry_tables().
Definition at line 525 of file utils.c.
Referenced by Bus_StartFdo().
ACPI_STATUS acpi_evaluate_integer | ( | ACPI_HANDLE | handle, |
ACPI_STRING | pathname, | ||
ACPI_OBJECT_LIST * | arguments, | ||
unsigned long long * | data | ||
) |
Definition at line 242 of file utils.c.
Referenced by acpi_bus_get_power(), acpi_bus_get_status_handle(), acpi_power_get_state(), and Bus_PDO_QueryResources().
ACPI_STATUS acpi_evaluate_reference | ( | ACPI_HANDLE | handle, |
ACPI_STRING | pathname, | ||
ACPI_OBJECT_LIST * | arguments, | ||
struct acpi_handle_list * | list | ||
) |
Definition at line 277 of file utils.c.
Referenced by acpi_bus_get_power_flags().
ACPI_STATUS acpi_extract_package | ( | ACPI_OBJECT * | package, |
ACPI_BUFFER * | format, | ||
ACPI_BUFFER * | buffer | ||
) |
Definition at line 60 of file utils.c.
|
static |
Definition at line 40 of file utils.c.
Referenced by acpi_evaluate_integer(), and acpi_evaluate_reference().