Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions | Variables
sysfs.c File Reference
#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
 

Macro Definition Documentation

#define _COMPONENT   ACPI_SYSTEM_COMPONENT

Definition at line 10 of file sysfs.c.

#define COUNT_ERROR   3 /* other */

Definition at line 409 of file sysfs.c.

#define COUNT_GPE   0

Definition at line 406 of file sysfs.c.

#define COUNT_SCI   1 /* acpi_irq_handled */

Definition at line 407 of file sysfs.c.

#define COUNT_SCI_NOT   2 /* acpi_irq_not_handled */

Definition at line 408 of file sysfs.c.

#define NUM_COUNTERS_EXTRA   4

Definition at line 410 of file sysfs.c.

#define PREFIX   "ACPI: "

Definition at line 13 of file sysfs.c.

Function Documentation

void acpi_irq_stats_init ( void  )

Definition at line 620 of file sysfs.c.

ACPI_MODULE_NAME ( "sysfs"  )
int __init acpi_sysfs_init ( void  )

Definition at line 719 of file sysfs.c.

module_param_call ( acpica_version  ,
NULL  ,
param_get_acpica_version  ,
NULL  ,
0444   
)
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."   
)

Variable Documentation

u32 acpi_irq_handled

Definition at line 403 of file sysfs.c.

u32 acpi_irq_not_handled

Definition at line 404 of file sysfs.c.