Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
n411.c File Reference
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/string.h>
#include <linux/delay.h>
#include <linux/interrupt.h>
#include <linux/fb.h>
#include <linux/init.h>
#include <linux/platform_device.h>
#include <linux/list.h>
#include <linux/uaccess.h>
#include <linux/irq.h>
#include <video/hecubafb.h>

Go to the source code of this file.

Functions

 module_init (n411_init)
 
 module_exit (n411_exit)
 
 module_param (nosplash, uint, 0)
 
 MODULE_PARM_DESC (nosplash,"Disable doing the splash screen")
 
 module_param (dio_addr, ulong, 0)
 
 MODULE_PARM_DESC (dio_addr,"IO address for data, eg: 0x480")
 
 module_param (cio_addr, ulong, 0)
 
 MODULE_PARM_DESC (cio_addr,"IO address for control, eg: 0x400")
 
 module_param (c2io_addr, ulong, 0)
 
 MODULE_PARM_DESC (c2io_addr,"IO address for secondary control, eg: 0x408")
 
 module_param (splashval, ulong, 0)
 
 MODULE_PARM_DESC (splashval,"Splash pattern: 0x00 is black, 0x01 is white")
 
 MODULE_DESCRIPTION ("board driver for n411 hecuba/apollo epd kit")
 
 MODULE_AUTHOR ("Jaya Kumar")
 
 MODULE_LICENSE ("GPL")
 

Function Documentation

MODULE_AUTHOR ( "Jaya Kumar"  )
MODULE_DESCRIPTION ( "board driver for n411 hecuba/apollo epd kit"  )
module_exit ( n411_exit  )
module_init ( n411_init  )
MODULE_LICENSE ( "GPL"  )
module_param ( nosplash  ,
uint  ,
 
)
module_param ( dio_addr  ,
ulong  ,
 
)
module_param ( cio_addr  ,
ulong  ,
 
)
module_param ( c2io_addr  ,
ulong  ,
 
)
module_param ( splashval  ,
ulong  ,
 
)
MODULE_PARM_DESC ( nosplash  ,
"Disable doing the splash screen"   
)
MODULE_PARM_DESC ( dio_addr  ,
"IO address for  data,
eg:0x480"   
)
MODULE_PARM_DESC ( cio_addr  ,
"IO address for  control,
eg:0x400"   
)
MODULE_PARM_DESC ( c2io_addr  ,
"IO address for secondary  control,
eg:0x408"   
)
MODULE_PARM_DESC ( splashval  ,
"Splash pattern: 0x00 is  black,
0x01 is white"   
)