Linux Kernel
3.7.1
|
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/moduleparam.h>
#include <acpi/acpi_drivers.h>
Go to the source code of this file.
Data Structures | |
struct | acpi_table_attr |
struct | event_counter |
Macros | |
#define | _COMPONENT ACPI_SYSTEM_COMPONENT |
#define | PREFIX "ACPI: " |
#define | COUNT_GPE 0 |
#define | COUNT_SCI 1 /* acpi_irq_handled */ |
#define | COUNT_SCI_NOT 2 /* acpi_irq_not_handled */ |
#define | COUNT_ERROR 3 /* other */ |
#define | NUM_COUNTERS_EXTRA 4 |
Functions | |
ACPI_MODULE_NAME ("sysfs") | |
module_param_named (aml_debug_output, acpi_gbl_enable_aml_debug_object, bool, 0644) | |
MODULE_PARM_DESC (aml_debug_output,"To enable/disable the ACPI Debug Object output.") | |
module_param_call (acpica_version, NULL, param_get_acpica_version, NULL, 0444) | |
void | acpi_irq_stats_init (void) |
int __init | acpi_sysfs_init (void) |
Variables | |
u32 | acpi_irq_handled |
u32 | acpi_irq_not_handled |
#define _COMPONENT ACPI_SYSTEM_COMPONENT |
#define COUNT_SCI 1 /* acpi_irq_handled */ |
#define COUNT_SCI_NOT 2 /* acpi_irq_not_handled */ |
ACPI_MODULE_NAME | ( | "sysfs" | ) |
module_param_named | ( | aml_debug_output | , |
acpi_gbl_enable_aml_debug_object | , | ||
bool | , | ||
0644 | |||
) |