Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/string.h>
#include <linux/fb.h>
#include <asm/setup.h>
#include "atafb.h"
#include "atafb_utils.h"
Go to the source code of this file.
Macros | |
#define | BPL 8 |
Functions | |
void | atafb_iplan2p8_copyarea (struct fb_info *info, u_long next_line, int sy, int sx, int dy, int dx, int height, int width) |
void | atafb_iplan2p8_fillrect (struct fb_info *info, u_long next_line, u32 color, int sy, int sx, int height, int width) |
void | atafb_iplan2p8_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_iplan2p8_copyarea) | |
EXPORT_SYMBOL (atafb_iplan2p8_fillrect) | |
EXPORT_SYMBOL (atafb_iplan2p8_linefill) | |
#define BPL 8 |
Definition at line 21 of file atafb_iplan2p8.c.
void atafb_iplan2p8_copyarea | ( | struct fb_info * | info, |
u_long | next_line, | ||
int | sy, | ||
int | sx, | ||
int | dy, | ||
int | dx, | ||
int | height, | ||
int | width | ||
) |
Definition at line 31 of file atafb_iplan2p8.c.
void atafb_iplan2p8_fillrect | ( | struct fb_info * | info, |
u_long | next_line, | ||
u32 | color, | ||
int | sy, | ||
int | sx, | ||
int | height, | ||
int | width | ||
) |
Definition at line 242 of file atafb_iplan2p8.c.
void atafb_iplan2p8_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 288 of file atafb_iplan2p8.c.
EXPORT_SYMBOL | ( | atafb_iplan2p8_copyarea | ) |
EXPORT_SYMBOL | ( | atafb_iplan2p8_fillrect | ) |
EXPORT_SYMBOL | ( | atafb_iplan2p8_linefill | ) |