|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/errno.h>#include <linux/fb.h>#include <linux/uaccess.h>#include <linux/delay.h>#include <linux/cs5535.h>#include "lxfb.h"Go to the source code of this file.
Functions | |
| unsigned int | lx_framebuffer_size (void) |
| void | lx_set_mode (struct fb_info *info) |
| void | lx_set_palette_reg (struct fb_info *info, unsigned regno, unsigned red, unsigned green, unsigned blue) |
| int | lx_blank_display (struct fb_info *info, int blank_mode) |
Definition at line 525 of file lxfb_ops.c.
Definition at line 314 of file lxfb_ops.c.
Definition at line 345 of file lxfb_ops.c.
| void lx_set_palette_reg | ( | struct fb_info * | info, |
| unsigned | regno, | ||
| unsigned | red, | ||
| unsigned | green, | ||
| unsigned | blue | ||
| ) |
Definition at line 509 of file lxfb_ops.c.
| unsigned int freq |
Definition at line 36 of file lxfb_ops.c.
| unsigned int pllval |
Definition at line 35 of file lxfb_ops.c.
1.8.2