Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
hitfb.c File Reference
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/string.h>
#include <linux/mm.h>
#include <linux/delay.h>
#include <linux/init.h>
#include <linux/platform_device.h>
#include <linux/fb.h>
#include <asm/machvec.h>
#include <asm/uaccess.h>
#include <asm/pgtable.h>
#include <asm/io.h>
#include <asm/hd64461.h>
#include <cpu/dac.h>

Go to the source code of this file.

Macros

#define WIDTH   640
 

Functions

int hitfb_blank (int blank_mode, struct fb_info *info)
 
 module_init (hitfb_init)
 
 module_exit (hitfb_exit)
 
 MODULE_LICENSE ("GPL")
 

Macro Definition Documentation

#define WIDTH   640

Definition at line 31 of file hitfb.c.

Function Documentation

int hitfb_blank ( int  blank_mode,
struct fb_info info 
)

Definition at line 171 of file hitfb.c.

module_exit ( hitfb_exit  )
module_init ( hitfb_init  )
MODULE_LICENSE ( "GPL"  )