Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
maxinefb.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/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)
 

Function Documentation

unsigned int maxinefb_ims332_read_register ( int  regno)

Definition at line 74 of file maxinefb.c.

void maxinefb_ims332_write_register ( int  regno,
register unsigned int  val 
)

Definition at line 64 of file maxinefb.c.

int __init maxinefb_init ( void  )

Definition at line 116 of file maxinefb.c.

module_exit ( maxinefb_exit  )
module_init ( maxinefb_init  )