Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/string.h>
#include <linux/mm.h>
#include <linux/vmalloc.h>
#include <linux/delay.h>
#include <linux/interrupt.h>
#include <linux/platform_device.h>
#include <linux/fb.h>
#include <linux/init.h>
Go to the source code of this file.
Macros | |
#define | VIDEOMEMSIZE (1*1024*1024) /* 1 MB */ |
#define | CNVT_TOHW(val, width) ((((val)<<(width))+0x7FFF-(val))>>16) |
Functions | |
module_param (videomemorysize, ulong, 0) | |
module_param (vfb_enable, bool, 0) | |
module_init (vfb_init) | |
module_init | ( | vfb_init | ) |
module_param | ( | videomemorysize | , |
ulong | , | ||
0 | |||
) |
module_param | ( | vfb_enable | , |
bool | , | ||
0 | |||
) |