Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Enumerations | Functions
poulsbo.c File Reference
#include <linux/module.h>
#include <linux/pci.h>
#include <linux/acpi.h>
#include <acpi/video.h>

Go to the source code of this file.

Macros

#define DRIVER_NAME   "poulsbo"
 

Enumerations

enum  { CHIP_PSB_8108 = 0, CHIP_PSB_8109 = 1 }
 

Functions

 module_init (poulsbo_init)
 
 module_exit (poulsbo_exit)
 
 MODULE_AUTHOR ("Lee, Chun-Yi <[email protected]>")
 
 MODULE_DESCRIPTION ("Poulsbo Stub Driver")
 
 MODULE_LICENSE ("GPL")
 
 MODULE_DEVICE_TABLE (pci, pciidlist)
 

Macro Definition Documentation

#define DRIVER_NAME   "poulsbo"

Definition at line 17 of file poulsbo.c.

Enumeration Type Documentation

anonymous enum
Enumerator:
CHIP_PSB_8108 
CHIP_PSB_8109 

Definition at line 19 of file poulsbo.c.

Function Documentation

MODULE_AUTHOR ( Lee,
Chun-Yi< jlee @novell.com >"   
)
MODULE_DESCRIPTION ( "Poulsbo Stub Driver"  )
MODULE_DEVICE_TABLE ( pci  ,
pciidlist   
)
module_exit ( poulsbo_exit  )
module_init ( poulsbo_init  )
MODULE_LICENSE ( "GPL"  )