Searched refs:c2p (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dc2p.h13 extern void c2p(u8 *dst, const u8 *src, u32 dx, u32 dy, u32 width, u32 height,
H A DMakefile31 obj-$(CONFIG_FB_AMIGA) += amifb.o c2p.o
74 obj-$(CONFIG_FB_ATARI) += atafb.o c2p.o atafb_mfb.o \
H A Dc2p.c16 #include "c2p.h"
110 * Array containing the permution indices of the planar data after c2p
129 * Store a full block of planar data after c2p conversion
142 * Store a partial block of planar data after c2p conversion
156 * c2p - Copy 8-bit chunky image data to a planar frame buffer
168 void c2p(u8 *dst, const u8 *src, u32 dx, u32 dy, u32 width, u32 height, function
H A Datafb.c73 #include "c2p.h"
2655 c2p(info->screen_base, image->data, dx, dy, width, height,
H A Damifb.c62 #include "c2p.h"
2144 c2p(info->screen_base, image->data, dx, dy, width, height,

Completed in 178 milliseconds