Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
clcd.c File Reference
#include <linux/device.h>
#include <linux/dma-mapping.h>
#include <linux/amba/bus.h>
#include <linux/amba/clcd.h>
#include <plat/clcd.h>

Go to the source code of this file.

Functions

struct clcd_panelversatile_clcd_get_panel (const char *name)
 
int versatile_clcd_setup_dma (struct clcd_fb *fb, unsigned long framesize)
 
int versatile_clcd_mmap_dma (struct clcd_fb *fb, struct vm_area_struct *vma)
 
void versatile_clcd_remove_dma (struct clcd_fb *fb)
 

Function Documentation

struct clcd_panel* versatile_clcd_get_panel ( const char name)
read

Definition at line 137 of file clcd.c.

int versatile_clcd_mmap_dma ( struct clcd_fb fb,
struct vm_area_struct vma 
)

Definition at line 170 of file clcd.c.

void versatile_clcd_remove_dma ( struct clcd_fb fb)

Definition at line 178 of file clcd.c.

int versatile_clcd_setup_dma ( struct clcd_fb fb,
unsigned long  framesize 
)

Definition at line 153 of file clcd.c.