Linux Kernel
3.7.1
|
#include <linux/device.h>
#include <linux/init.h>
#include <linux/dma-mapping.h>
#include <linux/amba/bus.h>
#include <linux/amba/clcd.h>
#include <linux/err.h>
#include <linux/gfp.h>
#include <asm/irq.h>
#include <mach/netx-regs.h>
#include <mach/hardware.h>
Go to the source code of this file.
Functions | |
void | netx_clcd_enable (struct clcd_fb *fb) |
int | netx_clcd_setup (struct clcd_fb *fb) |
int | netx_clcd_mmap (struct clcd_fb *fb, struct vm_area_struct *vma) |
void | netx_clcd_remove (struct clcd_fb *fb) |
int | netx_fb_init (struct clcd_board *board, struct clcd_panel *panel) |
int netx_clcd_mmap | ( | struct clcd_fb * | fb, |
struct vm_area_struct * | vma | ||
) |
int netx_fb_init | ( | struct clcd_board * | board, |
struct clcd_panel * | panel | ||
) |