Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
topstar-laptop.c File Reference
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/acpi.h>
#include <linux/input.h>
#include <linux/input/sparse-keymap.h>

Go to the source code of this file.

Data Structures

struct  topstar_hkey
 

Macros

#define pr_fmt(fmt)   KBUILD_MODNAME ": " fmt
 
#define ACPI_TOPSTAR_CLASS   "topstar"
 

Functions

 MODULE_DEVICE_TABLE (acpi, topstar_device_ids)
 
 module_acpi_driver (acpi_topstar_driver)
 
 MODULE_AUTHOR ("Herton Ronaldo Krzesinski")
 
 MODULE_DESCRIPTION ("Topstar Laptop ACPI Extras driver")
 
 MODULE_LICENSE ("GPL")
 

Macro Definition Documentation

#define ACPI_TOPSTAR_CLASS   "topstar"

Definition at line 24 of file topstar-laptop.c.

#define pr_fmt (   fmt)    KBUILD_MODNAME ": " fmt

Definition at line 14 of file topstar-laptop.c.

Function Documentation

module_acpi_driver ( acpi_topstar_driver  )
MODULE_AUTHOR ( "Herton Ronaldo Krzesinski"  )
MODULE_DESCRIPTION ( "Topstar Laptop ACPI Extras driver )
MODULE_DEVICE_TABLE ( acpi  ,
topstar_device_ids   
)
MODULE_LICENSE ( "GPL"  )