|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/types.h>#include <linux/slab.h>#include <linux/acpi.h>#include <asm/acpi-ext.h>Go to the source code of this file.
Data Structures | |
| struct | csr_space |
Functions | |
| acpi_status | hp_acpi_csr_space (acpi_handle obj, u64 *csr_base, u64 *csr_length) |
| EXPORT_SYMBOL (hp_acpi_csr_space) | |
Variables | |
| struct acpi_vendor_uuid | hp_ccsr_uuid |
| EXPORT_SYMBOL | ( | hp_acpi_csr_space | ) |
| acpi_status hp_acpi_csr_space | ( | acpi_handle | obj, |
| u64 * | csr_base, | ||
| u64 * | csr_length | ||
| ) |
Definition at line 94 of file acpi-ext.c.
| struct acpi_vendor_uuid hp_ccsr_uuid |
Definition at line 26 of file acpi-ext.c.
1.8.2