Linux Kernel
3.7.1
|
#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) | |
module_init | ( | sgivwfb_init | ) |