|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/string.h>#include <linux/fb.h>#include "atafb.h"#include "atafb_utils.h"Go to the source code of this file.
Functions | |
| void | atafb_mfb_copyarea (struct fb_info *info, u_long next_line, int sy, int sx, int dy, int dx, int height, int width) |
| void | atafb_mfb_fillrect (struct fb_info *info, u_long next_line, u32 color, int sy, int sx, int height, int width) |
| void | atafb_mfb_linefill (struct fb_info *info, u_long next_line, int dy, int dx, u32 width, const u8 *data, u32 bgcolor, u32 fgcolor) |
| EXPORT_SYMBOL (atafb_mfb_copyarea) | |
| EXPORT_SYMBOL (atafb_mfb_fillrect) | |
| EXPORT_SYMBOL (atafb_mfb_linefill) | |
| void atafb_mfb_copyarea | ( | struct fb_info * | info, |
| u_long | next_line, | ||
| int | sy, | ||
| int | sx, | ||
| int | dy, | ||
| int | dx, | ||
| int | height, | ||
| int | width | ||
| ) |
Definition at line 24 of file atafb_mfb.c.
| void atafb_mfb_fillrect | ( | struct fb_info * | info, |
| u_long | next_line, | ||
| u32 | color, | ||
| int | sy, | ||
| int | sx, | ||
| int | height, | ||
| int | width | ||
| ) |
Definition at line 54 of file atafb_mfb.c.
| void atafb_mfb_linefill | ( | struct fb_info * | info, |
| u_long | next_line, | ||
| int | dy, | ||
| int | dx, | ||
| u32 | width, | ||
| const u8 * | data, | ||
| u32 | bgcolor, | ||
| u32 | fgcolor | ||
| ) |
Definition at line 77 of file atafb_mfb.c.
| EXPORT_SYMBOL | ( | atafb_mfb_copyarea | ) |
| EXPORT_SYMBOL | ( | atafb_mfb_fillrect | ) |
| EXPORT_SYMBOL | ( | atafb_mfb_linefill | ) |
1.8.2