Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
fb.h File Reference

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)
 

Function Documentation

void netx_clcd_enable ( struct clcd_fb fb)

Definition at line 35 of file fb.c.

int netx_clcd_mmap ( struct clcd_fb fb,
struct vm_area_struct vma 
)

Definition at line 58 of file fb.c.

void netx_clcd_remove ( struct clcd_fb fb)

Definition at line 66 of file fb.c.

int netx_clcd_setup ( struct clcd_fb fb)

Definition at line 39 of file fb.c.

int netx_fb_init ( struct clcd_board board,
struct clcd_panel panel 
)

Definition at line 74 of file fb.c.