Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
XGI_main_26.c File Reference
#include <linux/sizes.h>
#include <linux/module.h>
#include "XGI_main.h"
#include "vb_init.h"
#include "vb_util.h"
#include "vb_setmode.h"

Go to the source code of this file.

Macros

#define pr_fmt(fmt)   KBUILD_MODNAME ": " fmt
 
#define Index_CR_GPIO_Reg1   0x48
 
#define Index_CR_GPIO_Reg3   0x4a
 
#define GPIOG_EN   (1<<6)
 
#define GPIOG_READ   (1<<1)
 

Functions

 module_param (mode, charp, 0)
 
 MODULE_PARM_DESC (mode,"Selects the desired default display mode in the format XxYxDepth ""(eg. 1024x768x16).")
 
 module_param (forcecrt2type, charp, 0)
 
 MODULE_PARM_DESC (forcecrt2type,"Force the second display output type. Possible values are NONE, ""LCD, TV, VGA, SVIDEO or COMPOSITE.")
 
 module_param (vesa, int, 0)
 
 MODULE_PARM_DESC (vesa,"Selects the desired default display mode by VESA mode number ""(eg. 0x117).")
 
 module_param (filter, int, 0)
 
 MODULE_PARM_DESC (filter,"Selects TV flicker filter type (only for systems with a SiS301 video bridge). ""Possible values 0-7. Default: [no filter]).")
 
 MODULE_DESCRIPTION ("Z7 Z9 Z9S Z11 framebuffer device driver")
 
 MODULE_LICENSE ("GPL")
 
 MODULE_AUTHOR ("XGITECH , Others")
 
 module_init (xgifb_init)
 
 module_exit (xgifb_remove_module)
 

Macro Definition Documentation

#define GPIOG_EN   (1<<6)

Definition at line 24 of file XGI_main_26.c.

#define GPIOG_READ   (1<<1)

Definition at line 25 of file XGI_main_26.c.

#define Index_CR_GPIO_Reg1   0x48

Definition at line 21 of file XGI_main_26.c.

#define Index_CR_GPIO_Reg3   0x4a

Definition at line 22 of file XGI_main_26.c.

#define pr_fmt (   fmt)    KBUILD_MODNAME ": " fmt

Definition at line 7 of file XGI_main_26.c.

Function Documentation

MODULE_AUTHOR ( XGITECH,
Others"   
)
MODULE_DESCRIPTION ( "Z7 Z9 Z9S Z11 framebuffer device driver )
module_exit ( xgifb_remove_module  )
module_init ( xgifb_init  )
MODULE_LICENSE ( "GPL"  )
module_param ( mode  ,
charp  ,
 
)
module_param ( forcecrt2type  ,
charp  ,
 
)
module_param ( vesa  ,
int  ,
 
)
module_param ( filter  ,
int  ,
 
)
MODULE_PARM_DESC ( mode  ,
"Selects the desired default display mode in the format XxYxDepth ""(eg. 1024x768x16)."   
)
MODULE_PARM_DESC ( forcecrt2type  ,
"Force the second display output type. Possible values are  NONE,
""  LCD,
TV  ,
VGA  ,
SVIDEO or COMPOSITE."   
)
MODULE_PARM_DESC ( vesa  ,
"Selects the desired default display mode by VESA mode number ""(eg. 0x117)."   
)
MODULE_PARM_DESC ( filter  ,
"Selects TV flicker filter type (only for systems with a SiS301 video bridge). ""Possible values 0-7. Default:   [no filter] 
)