Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | _COMPONENT ACPI_UTILITIES |
Functions | |
acpi_status | acpi_ut_add_address_range (acpi_adr_space_type space_id, acpi_physical_address address, u32 length, struct acpi_namespace_node *region_node) |
void | acpi_ut_remove_address_range (acpi_adr_space_type space_id, struct acpi_namespace_node *region_node) |
u32 | acpi_ut_check_address_range (acpi_adr_space_type space_id, acpi_physical_address address, u32 length, u8 warn) |
void | acpi_ut_delete_address_lists (void) |
#define _COMPONENT ACPI_UTILITIES |
Definition at line 48 of file utaddress.c.
acpi_status acpi_ut_add_address_range | ( | acpi_adr_space_type | space_id, |
acpi_physical_address | address, | ||
u32 | length, | ||
struct acpi_namespace_node * | region_node | ||
) |
Definition at line 75 of file utaddress.c.
u32 acpi_ut_check_address_range | ( | acpi_adr_space_type | space_id, |
acpi_physical_address | address, | ||
u32 | length, | ||
u8 | warn | ||
) |
Definition at line 205 of file utaddress.c.
Definition at line 275 of file utaddress.c.
void acpi_ut_remove_address_range | ( | acpi_adr_space_type | space_id, |
struct acpi_namespace_node * | region_node | ||
) |
Definition at line 137 of file utaddress.c.