Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
aml_nfw.c File Reference
#include <linux/module.h>
#include <acpi/acpi_bus.h>
#include <acpi/acpi_drivers.h>
#include <asm/sal.h>

Go to the source code of this file.

Data Structures

struct  ia64_pdesc
 
struct  ia64_nfw_context
 

Macros

#define AML_NFW_SPACE   0xA1
 

Functions

 MODULE_AUTHOR ("Bjorn Helgaas <[email protected]>")
 
 MODULE_LICENSE ("GPL")
 
 MODULE_DESCRIPTION ("ACPI opregion handler for native firmware calls")
 
 module_param_named (force, force_register, bool, 0)
 
 MODULE_PARM_DESC (force,"Install opregion handler even without HPQ5001 device")
 
 module_init (aml_nfw_init)
 
 module_exit (aml_nfw_exit)
 

Macro Definition Documentation

#define AML_NFW_SPACE   0xA1

Definition at line 38 of file aml_nfw.c.

Function Documentation

MODULE_AUTHOR ( "Bjorn Helgaas <[email protected]>"  )
MODULE_DESCRIPTION ( "ACPI opregion handler for native firmware calls"  )
module_exit ( aml_nfw_exit  )
module_init ( aml_nfw_init  )
MODULE_LICENSE ( "GPL"  )
module_param_named ( force  ,
force_register  ,
bool  ,
 
)
MODULE_PARM_DESC ( force  ,
"Install opregion handler even without HPQ5001 device  
)