/linux/drivers/video/fbdev/matrox/ |
A D | matroxfb_accel.c | 105 static void matroxfb_copyarea(struct fb_info* info, const struct fb_copyarea* area); 109 static void matroxfb_cfb4_copyarea(struct fb_info* info, const struct fb_copyarea* area); 122 minfo->fbops.fb_copyarea = cfb_copyarea; in matrox_cfbX_init() 135 minfo->fbops.fb_copyarea = matroxfb_cfb4_copyarea; in matrox_cfbX_init() 143 minfo->fbops.fb_copyarea = matroxfb_copyarea; in matrox_cfbX_init() 154 minfo->fbops.fb_copyarea = matroxfb_copyarea; in matrox_cfbX_init() 162 minfo->fbops.fb_copyarea = matroxfb_copyarea; in matrox_cfbX_init() 170 minfo->fbops.fb_copyarea = matroxfb_copyarea; in matrox_cfbX_init() 292 static void matroxfb_cfb4_copyarea(struct fb_info* info, const struct fb_copyarea* area) { in matroxfb_cfb4_copyarea() 301 static void matroxfb_copyarea(struct fb_info* info, const struct fb_copyarea* area) { in matroxfb_copyarea()
|
/linux/drivers/gpu/drm/nouveau/ |
A D | nouveau_fbcon.h | 54 int nv04_fbcon_copyarea(struct fb_info *info, const struct fb_copyarea *region); 60 int nv50_fbcon_copyarea(struct fb_info *info, const struct fb_copyarea *region); 65 int nvc0_fbcon_copyarea(struct fb_info *info, const struct fb_copyarea *region);
|
A D | nouveau_fbcon.c | 96 nouveau_fbcon_copyarea(struct fb_info *info, const struct fb_copyarea *image) in nouveau_fbcon_copyarea() 214 .fb_copyarea = nouveau_fbcon_copyarea, 225 .fb_copyarea = drm_fb_helper_cfb_copyarea,
|
/linux/drivers/video/fbdev/ |
A D | wmt_ge_rops.h | 7 const struct fb_copyarea *area); 24 const struct fb_copyarea *area) in wmt_ge_copyarea()
|
A D | dnfb.c | 109 static void dnfb_copyarea(struct fb_info *info, const struct fb_copyarea *area); 115 .fb_copyarea = dnfb_copyarea, 149 void dnfb_copyarea(struct fb_info *info, const struct fb_copyarea *area) in dnfb_copyarea()
|
A D | hecubafb.c | 135 const struct fb_copyarea *area) in hecubafb_copyarea() 205 .fb_copyarea = hecubafb_copyarea,
|
A D | skeletonfb.c | 519 void xxxfb_copyarea(struct fb_info *p, const struct fb_copyarea *area) in xxxfb_copyarea() 649 .fb_copyarea = xxxfb_copyarea, /* Obsolete */
|
A D | q40fb.c | 81 .fb_copyarea = cfb_copyarea,
|
A D | maxinefb.c | 112 .fb_copyarea = cfb_copyarea,
|
A D | sunxvr500.c | 176 static void e3d_copyarea(struct fb_info *info, const struct fb_copyarea *area) in e3d_copyarea() 193 .fb_copyarea = e3d_copyarea,
|
A D | hpfb.c | 146 static void hpfb_copyarea(struct fb_info *info, const struct fb_copyarea *area) in hpfb_copyarea() 192 .fb_copyarea = hpfb_copyarea,
|
A D | hgafb.c | 483 static void hgafb_copyarea(struct fb_info *info, const struct fb_copyarea *area) in hgafb_copyarea() 539 .fb_copyarea = hgafb_copyarea,
|
A D | hitfb.c | 148 static void hitfb_copyarea(struct fb_info *p, const struct fb_copyarea *area) in hitfb_copyarea() 322 .fb_copyarea = hitfb_copyarea,
|
A D | g364fb.c | 119 .fb_copyarea = cfb_copyarea,
|
A D | sunxvr1000.c | 66 .fb_copyarea = cfb_copyarea,
|
/linux/include/drm/ |
A D | drm_fb_helper.h | 243 const struct fb_copyarea *area); 250 const struct fb_copyarea *area); 383 const struct fb_copyarea *area) in drm_fb_helper_sys_copyarea() 398 const struct fb_copyarea *area) in drm_fb_helper_cfb_copyarea()
|
/linux/drivers/video/fbdev/aty/ |
A D | radeon_accel.c | 99 const struct fb_copyarea *area) in radeonfb_prim_copyarea() 135 void radeonfb_copyarea(struct fb_info *info, const struct fb_copyarea *area) in radeonfb_copyarea() 138 struct fb_copyarea modded; in radeonfb_copyarea()
|
/linux/drivers/video/fbdev/mb862xx/ |
A D | mb862xxfb_accel.c | 43 const struct fb_copyarea *area) in mb86290fb_copyarea() 310 fbops->fb_copyarea = cfb_copyarea; in mb862xxfb_init_accel() 315 fbops->fb_copyarea = mb86290fb_copyarea; in mb862xxfb_init_accel()
|
/linux/include/linux/ |
A D | fb.h | 266 void (*fb_copyarea) (struct fb_info *info, const struct fb_copyarea *region); member 593 extern void cfb_copyarea(struct fb_info *info, const struct fb_copyarea *area); 599 extern void sys_copyarea(struct fb_info *info, const struct fb_copyarea *area);
|
/linux/drivers/video/fbdev/i810/ |
A D | i810_main.h | 30 const struct fb_copyarea *region);
|
/linux/drivers/video/fbdev/nvidia/ |
A D | nv_proto.h | 52 const struct fb_copyarea *region);
|
/linux/drivers/auxdisplay/ |
A D | cfag12864bfb.c | 62 .fb_copyarea = sys_copyarea,
|
/linux/drivers/video/fbdev/savage/ |
A D | savagefb_accel.c | 31 void savagefb_copyarea(struct fb_info *info, const struct fb_copyarea *region) in savagefb_copyarea()
|
/linux/drivers/gpu/drm/armada/ |
A D | armada_fbdev.c | 23 .fb_copyarea = drm_fb_helper_cfb_copyarea,
|
/linux/drivers/gpu/drm/rockchip/ |
A D | rockchip_drm_fbdev.c | 35 .fb_copyarea = drm_fb_helper_cfb_copyarea,
|