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/delay.h>
#include <linux/init.h>
#include <linux/fb.h>
#include <video/maxinefb.h>
#include <asm/bootinfo.h>
Go to the source code of this file.
Functions | |
void | maxinefb_ims332_write_register (int regno, register unsigned int val) |
unsigned int | maxinefb_ims332_read_register (int regno) |
int __init | maxinefb_init (void) |
module_init (maxinefb_init) | |
module_exit (maxinefb_exit) | |
Definition at line 74 of file maxinefb.c.
Definition at line 64 of file maxinefb.c.
Definition at line 116 of file maxinefb.c.
module_exit | ( | maxinefb_exit | ) |
module_init | ( | maxinefb_init | ) |