Symbol: cfb_copyarea
drivers/video/fbdev/arkfb.c
942
.fb_copyarea = cfb_copyarea,
drivers/video/fbdev/atafb.c
2467
cfb_copyarea(info, area);
drivers/video/fbdev/aty/mach64_accel.c
210
cfb_copyarea(info, area);
drivers/video/fbdev/aty/radeon_accel.c
150
cfb_copyarea(info, area);
drivers/video/fbdev/cirrusfb.c
1781
cfb_copyarea(info, area);
drivers/video/fbdev/core/cfbcopyarea.c
32
EXPORT_SYMBOL(cfb_copyarea);
drivers/video/fbdev/cyber2000fb.c
194
cfb_copyarea(info, region);
drivers/video/fbdev/ffb.c
536
cfb_copyarea(info, area);
drivers/video/fbdev/i810/i810_accel.c
333
cfb_copyarea(info, region);
drivers/video/fbdev/matrox/matroxfb_accel.c
124
minfo->fbops.fb_copyarea = cfb_copyarea;
drivers/video/fbdev/matrox/matroxfb_accel.c
298
cfb_copyarea(info, area);
drivers/video/fbdev/mb862xx/mb862xxfb_accel.c
308
fbops->fb_copyarea = cfb_copyarea;
drivers/video/fbdev/neofb.c
1519
cfb_copyarea(info, area);
drivers/video/fbdev/nvidia/nv_accel.c
306
cfb_copyarea(info, region);
drivers/video/fbdev/nvidia/nvidia.c
673
nvidia_fb_ops.fb_copyarea = cfb_copyarea;
drivers/video/fbdev/pm2fb.c
1120
cfb_copyarea(info, area);
drivers/video/fbdev/pm3fb.c
451
cfb_copyarea(info, area);
drivers/video/fbdev/riva/fbdev.c
1444
cfb_copyarea(info, region);
drivers/video/fbdev/s3fb.c
1127
.fb_copyarea = cfb_copyarea,
drivers/video/fbdev/sbuslib.h
42
.fb_copyarea = cfb_copyarea, \
drivers/video/fbdev/sis/sis_accel.c
369
cfb_copyarea(info, area);
drivers/video/fbdev/sunxvr500.c
183
cfb_copyarea(info, area);
drivers/video/fbdev/sunxvr500.c
185
cfb_copyarea(info, area);
drivers/video/fbdev/tgafb.c
1171
cfb_copyarea(info, area);
drivers/video/fbdev/tgafb.c
1309
cfb_copyarea(info, area);
drivers/video/fbdev/tridentfb.c
674
cfb_copyarea(info, ca);
drivers/video/fbdev/vga16fb.c
1114
cfb_copyarea(info, area);
drivers/video/fbdev/via/viafbdev.c
706
cfb_copyarea(info, area);
drivers/video/fbdev/via/viafbdev.c
719
cfb_copyarea(info, area);
drivers/video/fbdev/vt8623fb.c
661
.fb_copyarea = cfb_copyarea,
include/linux/fb.h
544
extern void cfb_copyarea(struct fb_info *info, const struct fb_copyarea *area);
include/linux/fb.h
558
.fb_copyarea = cfb_copyarea, \