Symbol: fb_copyarea
drivers/staging/sm750fb/sm750.c
201
const struct fb_copyarea *region)
drivers/staging/sm750fb/sm750.c
703
.fb_copyarea = lynxfb_ops_copyarea,
drivers/staging/sm750fb/sm750.c
717
.fb_copyarea = lynxfb_ops_copyarea,
drivers/video/fbdev/amifb.c
3236
const struct fb_copyarea *area)
drivers/video/fbdev/amifb.c
3498
.fb_copyarea = amifb_copyarea,
drivers/video/fbdev/arkfb.c
942
.fb_copyarea = cfb_copyarea,
drivers/video/fbdev/atafb.c
2458
static void atafb_copyarea(struct fb_info *info, const struct fb_copyarea *area)
drivers/video/fbdev/atafb.c
2674
.fb_copyarea = atafb_copyarea,
drivers/video/fbdev/aty/atyfb.h
368
void atyfb_copyarea(struct fb_info *info, const struct fb_copyarea *area);
drivers/video/fbdev/aty/atyfb_base.c
315
.fb_copyarea = atyfb_copyarea,
drivers/video/fbdev/aty/mach64_accel.c
199
void atyfb_copyarea(struct fb_info *info, const struct fb_copyarea *area)
drivers/video/fbdev/aty/radeon_accel.c
135
void radeonfb_copyarea(struct fb_info *info, const struct fb_copyarea *area)
drivers/video/fbdev/aty/radeon_accel.c
138
struct fb_copyarea modded;
drivers/video/fbdev/aty/radeon_accel.c
99
const struct fb_copyarea *area)
drivers/video/fbdev/aty/radeon_base.c
1965
.fb_copyarea = radeonfb_copyarea,
drivers/video/fbdev/aty/radeonfb.h
500
extern void radeonfb_copyarea(struct fb_info *info, const struct fb_copyarea *area);
drivers/video/fbdev/cg6.c
356
static void cg6_copyarea(struct fb_info *info, const struct fb_copyarea *area)
drivers/video/fbdev/cg6.c
38
static void cg6_copyarea(struct fb_info *info, const struct fb_copyarea *area);
drivers/video/fbdev/cg6.c
56
.fb_copyarea = cg6_copyarea,
drivers/video/fbdev/cirrusfb.c
1771
const struct fb_copyarea *area)
drivers/video/fbdev/cirrusfb.c
1773
struct fb_copyarea modded;
drivers/video/fbdev/cirrusfb.c
1787
memcpy(&modded, area, sizeof(struct fb_copyarea));
drivers/video/fbdev/cirrusfb.c
1971
.fb_copyarea = cirrusfb_copyarea,
drivers/video/fbdev/core/bitblit.c
49
struct fb_copyarea area;
drivers/video/fbdev/core/bitblit.c
58
info->fbops->fb_copyarea(info, &area);
drivers/video/fbdev/core/cfbcopyarea.c
19
void cfb_copyarea(struct fb_info *p, const struct fb_copyarea *area)
drivers/video/fbdev/core/cfbcopyarea.c
30
fb_copyarea(p, area);
drivers/video/fbdev/core/fb_copyarea.h
376
static inline void fb_copyarea(struct fb_info *p, const struct fb_copyarea *area)
drivers/video/fbdev/core/fbcon_ccw.c
67
struct fb_copyarea area;
drivers/video/fbdev/core/fbcon_ccw.c
77
info->fbops->fb_copyarea(info, &area);
drivers/video/fbdev/core/fbcon_cw.c
52
struct fb_copyarea area;
drivers/video/fbdev/core/fbcon_cw.c
62
info->fbops->fb_copyarea(info, &area);
drivers/video/fbdev/core/fbcon_ud.c
52
struct fb_copyarea area;
drivers/video/fbdev/core/fbcon_ud.c
63
info->fbops->fb_copyarea(info, &area);
drivers/video/fbdev/core/syscopyarea.c
19
void sys_copyarea(struct fb_info *p, const struct fb_copyarea *area)
drivers/video/fbdev/core/syscopyarea.c
24
fb_copyarea(p, area);
drivers/video/fbdev/cyber2000fb.c
1064
.fb_copyarea = cyber2000fb_copyarea,
drivers/video/fbdev/cyber2000fb.c
187
cyber2000fb_copyarea(struct fb_info *info, const struct fb_copyarea *region)
drivers/video/fbdev/dnfb.c
109
static void dnfb_copyarea(struct fb_info *info, const struct fb_copyarea *area);
drivers/video/fbdev/dnfb.c
116
.fb_copyarea = dnfb_copyarea,
drivers/video/fbdev/dnfb.c
151
void dnfb_copyarea(struct fb_info *info, const struct fb_copyarea *area)
drivers/video/fbdev/ffb.c
38
static void ffb_copyarea(struct fb_info *, const struct fb_copyarea *);
drivers/video/fbdev/ffb.c
528
static void ffb_copyarea(struct fb_info *info, const struct fb_copyarea *area)
drivers/video/fbdev/ffb.c
56
.fb_copyarea = ffb_copyarea,
drivers/video/fbdev/hgafb.c
492
static void hgafb_copyarea(struct fb_info *info, const struct fb_copyarea *area)
drivers/video/fbdev/hgafb.c
549
.fb_copyarea = hgafb_copyarea,
drivers/video/fbdev/hitfb.c
164
static void hitfb_copyarea(struct fb_info *p, const struct fb_copyarea *area)
drivers/video/fbdev/hitfb.c
339
.fb_copyarea = hitfb_copyarea,
drivers/video/fbdev/hpfb.c
146
static void hpfb_copyarea(struct fb_info *info, const struct fb_copyarea *area)
drivers/video/fbdev/hpfb.c
193
.fb_copyarea = hpfb_copyarea,
drivers/video/fbdev/i810/i810_accel.c
326
void i810fb_copyarea(struct fb_info *info, const struct fb_copyarea *region)
drivers/video/fbdev/i810/i810_main.c
1557
.fb_copyarea = i810fb_copyarea,
drivers/video/fbdev/i810/i810_main.h
30
const struct fb_copyarea *region);
drivers/video/fbdev/imsttfb.c
1033
imsttfb_copyarea(struct fb_info *info, const struct fb_copyarea *area)
drivers/video/fbdev/imsttfb.c
1346
.fb_copyarea = imsttfb_copyarea,
drivers/video/fbdev/matrox/matroxfb_accel.c
107
static void matroxfb_copyarea(struct fb_info* info, const struct fb_copyarea* area);
drivers/video/fbdev/matrox/matroxfb_accel.c
111
static void matroxfb_cfb4_copyarea(struct fb_info* info, const struct fb_copyarea* area);
drivers/video/fbdev/matrox/matroxfb_accel.c
124
minfo->fbops.fb_copyarea = cfb_copyarea;
drivers/video/fbdev/matrox/matroxfb_accel.c
137
minfo->fbops.fb_copyarea = matroxfb_cfb4_copyarea;
drivers/video/fbdev/matrox/matroxfb_accel.c
145
minfo->fbops.fb_copyarea = matroxfb_copyarea;
drivers/video/fbdev/matrox/matroxfb_accel.c
156
minfo->fbops.fb_copyarea = matroxfb_copyarea;
drivers/video/fbdev/matrox/matroxfb_accel.c
164
minfo->fbops.fb_copyarea = matroxfb_copyarea;
drivers/video/fbdev/matrox/matroxfb_accel.c
172
minfo->fbops.fb_copyarea = matroxfb_copyarea;
drivers/video/fbdev/matrox/matroxfb_accel.c
294
static void matroxfb_cfb4_copyarea(struct fb_info* info, const struct fb_copyarea* area) {
drivers/video/fbdev/matrox/matroxfb_accel.c
303
static void matroxfb_copyarea(struct fb_info* info, const struct fb_copyarea* area) {
drivers/video/fbdev/mb862xx/mb862xxfb_accel.c
308
fbops->fb_copyarea = cfb_copyarea;
drivers/video/fbdev/mb862xx/mb862xxfb_accel.c
313
fbops->fb_copyarea = mb86290fb_copyarea;
drivers/video/fbdev/mb862xx/mb862xxfb_accel.c
41
const struct fb_copyarea *area)
drivers/video/fbdev/neofb.c
1396
neo2200_copyarea(struct fb_info *info, const struct fb_copyarea *area)
drivers/video/fbdev/neofb.c
1509
neofb_copyarea(struct fb_info *info, const struct fb_copyarea *area)
drivers/video/fbdev/neofb.c
1625
.fb_copyarea = neofb_copyarea,
drivers/video/fbdev/nvidia/nv_accel.c
298
void nvidiafb_copyarea(struct fb_info *info, const struct fb_copyarea *region)
drivers/video/fbdev/nvidia/nv_proto.h
52
const struct fb_copyarea *region);
drivers/video/fbdev/nvidia/nvidia.c
1039
.fb_copyarea = nvidiafb_copyarea,
drivers/video/fbdev/nvidia/nvidia.c
664
nvidia_fb_ops.fb_copyarea = nvidiafb_copyarea;
drivers/video/fbdev/nvidia/nvidia.c
673
nvidia_fb_ops.fb_copyarea = cfb_copyarea;
drivers/video/fbdev/pm2fb.c
1111
const struct fb_copyarea *area)
drivers/video/fbdev/pm2fb.c
1114
struct fb_copyarea modded;
drivers/video/fbdev/pm2fb.c
1124
memcpy(&modded, area, sizeof(struct fb_copyarea));
drivers/video/fbdev/pm2fb.c
1502
.fb_copyarea = pm2fb_copyarea,
drivers/video/fbdev/pm3fb.c
1212
.fb_copyarea = pm3fb_copyarea,
drivers/video/fbdev/pm3fb.c
441
const struct fb_copyarea *area)
drivers/video/fbdev/pm3fb.c
444
struct fb_copyarea modded;
drivers/video/fbdev/pm3fb.c
455
memcpy(&modded, area, sizeof(struct fb_copyarea));
drivers/video/fbdev/riva/fbdev.c
1439
static void rivafb_copyarea(struct fb_info *info, const struct fb_copyarea *region)
drivers/video/fbdev/riva/fbdev.c
1680
.fb_copyarea = rivafb_copyarea,
drivers/video/fbdev/s1d13xxxfb.c
433
s1d13xxxfb_bitblt_copyarea(struct fb_info *info, const struct fb_copyarea *area)
drivers/video/fbdev/s1d13xxxfb.c
616
.fb_copyarea = s1d13xxxfb_bitblt_copyarea,
drivers/video/fbdev/s3fb.c
1127
.fb_copyarea = cfb_copyarea,
drivers/video/fbdev/savage/savagefb.h
399
const struct fb_copyarea *region);
drivers/video/fbdev/savage/savagefb_accel.c
31
void savagefb_copyarea(struct fb_info *info, const struct fb_copyarea *region)
drivers/video/fbdev/savage/savagefb_driver.c
1655
.fb_copyarea = savagefb_copyarea,
drivers/video/fbdev/sbuslib.h
42
.fb_copyarea = cfb_copyarea, \
drivers/video/fbdev/sh_mobile_lcdcfb.c
1664
const struct fb_copyarea *area)
drivers/video/fbdev/sh_mobile_lcdcfb.c
1971
.fb_copyarea = sh_mobile_lcdc_copyarea,
drivers/video/fbdev/sis/sis.h
656
const struct fb_copyarea *area);
drivers/video/fbdev/sis/sis_accel.c
356
void fbcon_sis_copyarea(struct fb_info *info, const struct fb_copyarea *area)
drivers/video/fbdev/sis/sis_accel.h
385
void fbcon_sis_copyarea(struct fb_info *info, const struct fb_copyarea *area);
drivers/video/fbdev/sis/sis_main.c
1892
.fb_copyarea = fbcon_sis_copyarea,
drivers/video/fbdev/skeletonfb.c
518
void xxxfb_copyarea(struct fb_info *p, const struct fb_copyarea *area)
drivers/video/fbdev/skeletonfb.c
648
.fb_copyarea = xxxfb_copyarea, /* Needed !!! */
drivers/video/fbdev/sm501fb.c
1310
static void sm501fb_copyarea(struct fb_info *info, const struct fb_copyarea *area)
drivers/video/fbdev/sm501fb.c
1471
.fb_copyarea = sm501fb_copyarea,
drivers/video/fbdev/sm501fb.c
1487
.fb_copyarea = sm501fb_copyarea,
drivers/video/fbdev/sstfb.c
775
static void sstfb_copyarea(struct fb_info *info, const struct fb_copyarea *area)
drivers/video/fbdev/stifb.c
1037
stifb_copyarea(struct fb_info *info, const struct fb_copyarea *area)
drivers/video/fbdev/stifb.c
1175
.fb_copyarea = stifb_copyarea,
drivers/video/fbdev/sunxvr500.c
177
static void e3d_copyarea(struct fb_info *info, const struct fb_copyarea *area)
drivers/video/fbdev/sunxvr500.c
195
.fb_copyarea = e3d_copyarea,
drivers/video/fbdev/tdfxfb.c
1155
.fb_copyarea = tdfxfb_copyarea,
drivers/video/fbdev/tdfxfb.c
888
const struct fb_copyarea *area)
drivers/video/fbdev/tgafb.c
1159
const struct fb_copyarea *area)
drivers/video/fbdev/tgafb.c
1266
tgafb_copyarea(struct fb_info *info, const struct fb_copyarea *area)
drivers/video/fbdev/tgafb.c
56
static void tgafb_copyarea(struct fb_info *, const struct fb_copyarea *);
drivers/video/fbdev/tgafb.c
83
.fb_copyarea = tgafb_copyarea,
drivers/video/fbdev/tridentfb.c
1453
.fb_copyarea = tridentfb_copyarea,
drivers/video/fbdev/tridentfb.c
669
const struct fb_copyarea *ca)
drivers/video/fbdev/vga16fb.c
1027
static void vga16fb_copyarea(struct fb_info *info, const struct fb_copyarea *area)
drivers/video/fbdev/vga16fb.c
1301
.fb_copyarea = vga16fb_copyarea,
drivers/video/fbdev/vga16fb.c
972
static void vga_8planes_copyarea(struct fb_info *info, const struct fb_copyarea *area)
drivers/video/fbdev/via/viafbdev.c
2064
.fb_copyarea = viafb_copyarea,
drivers/video/fbdev/via/viafbdev.c
700
const struct fb_copyarea *area)
drivers/video/fbdev/vt8500lcdfb.c
248
.fb_copyarea = wmt_ge_copyarea,
drivers/video/fbdev/vt8623fb.c
661
.fb_copyarea = cfb_copyarea,
drivers/video/fbdev/wm8505fb.c
255
.fb_copyarea = wmt_ge_copyarea,
drivers/video/fbdev/wmt_ge_rops.c
107
void wmt_ge_copyarea(struct fb_info *p, const struct fb_copyarea *area)
drivers/video/fbdev/wmt_ge_rops.h
24
const struct fb_copyarea *area)
drivers/video/fbdev/wmt_ge_rops.h
7
const struct fb_copyarea *area);
include/linux/fb.h
281
void (*fb_copyarea) (struct fb_info *info, const struct fb_copyarea *region);
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, \
include/linux/fb.h
574
extern void sys_copyarea(struct fb_info *info, const struct fb_copyarea *area);
include/linux/fb.h
587
.fb_copyarea = sys_copyarea, \
include/linux/fb.h
600
.fb_copyarea = sys_copyarea, \
include/linux/fb.h
690
const struct fb_copyarea *area) \
include/linux/fb.h
724
.fb_copyarea = __prefix ## _defio_copyarea, \