Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
sgivwfb.c File Reference
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/mm.h>
#include <linux/errno.h>
#include <linux/delay.h>
#include <linux/fb.h>
#include <linux/init.h>
#include <linux/ioport.h>
#include <linux/platform_device.h>
#include <asm/io.h>
#include <asm/mtrr.h>
#include <asm/visws/sgivw.h>
#include <video/sgivw.h>

Go to the source code of this file.

Data Structures

struct  sgivw_par
 

Macros

#define INCLUDE_TIMING_TABLE_DATA
 
#define DBE_REG_BASE   par->regs
 
#define FLATPANEL_SGI_1600SW   5
 

Functions

int sgivwfb_init (void)
 
int __init sgivwfb_setup (char *options)
 
 module_init (sgivwfb_init)
 

Macro Definition Documentation

#define DBE_REG_BASE   par->regs

Definition at line 27 of file sgivwfb.c.

#define FLATPANEL_SGI_1600SW   5

Definition at line 36 of file sgivwfb.c.

#define INCLUDE_TIMING_TABLE_DATA

Definition at line 26 of file sgivwfb.c.

Function Documentation

module_init ( sgivwfb_init  )
int __init sgivwfb_init ( void  )

Definition at line 856 of file sgivwfb.c.

int __init sgivwfb_setup ( char options)

Definition at line 727 of file sgivwfb.c.