|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/string.h>#include <linux/fb.h>#include <asm/types.h>#include "fb_draw.h"Go to the source code of this file.
Macros | |
| #define | DEBUG |
| #define | DPRINTK(fmt, args...) printk(KERN_DEBUG "%s: " fmt,__func__,## args) |
| #define | FB_WRITEL fb_writel |
| #define | FB_READL fb_readl |
Functions | |
| void | cfb_imageblit (struct fb_info *p, const struct fb_image *image) |
| EXPORT_SYMBOL (cfb_imageblit) | |
| MODULE_AUTHOR ("James Simmons <[email protected]>") | |
| MODULE_DESCRIPTION ("Generic software accelerated imaging drawing") | |
| MODULE_LICENSE ("GPL") | |
| #define DEBUG |
Definition at line 38 of file cfbimgblt.c.
| #define DPRINTK | ( | fmt, | |
| args... | |||
| ) | printk(KERN_DEBUG "%s: " fmt,__func__,## args) |
Definition at line 41 of file cfbimgblt.c.
| #define FB_READL fb_readl |
Definition at line 73 of file cfbimgblt.c.
| #define FB_WRITEL fb_writel |
Definition at line 72 of file cfbimgblt.c.
Definition at line 265 of file cfbimgblt.c.
| EXPORT_SYMBOL | ( | cfb_imageblit | ) |
| MODULE_AUTHOR | ( | "James Simmons <[email protected]>" | ) |
| MODULE_DESCRIPTION | ( | "Generic software accelerated imaging drawing" | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2