/linux/drivers/video/fbdev/matrox/ |
H 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/video/fbdev/ |
H A D | wmt_ge_rops.h | 7 const struct fb_copyarea *area); 24 const struct fb_copyarea *area) in wmt_ge_copyarea()
|
H A D | dnfb.c | 109 static void dnfb_copyarea(struct fb_info *info, const struct fb_copyarea *area); 116 .fb_copyarea = dnfb_copyarea, 151 void dnfb_copyarea(struct fb_info *info, const struct fb_copyarea *area) in dnfb_copyarea()
|
H A D | sbuslib.h | 42 .fb_copyarea = cfb_copyarea, \
|
H A D | skeletonfb.c | 518 void xxxfb_copyarea(struct fb_info *p, const struct fb_copyarea *area) in xxxfb_copyarea() 648 .fb_copyarea = xxxfb_copyarea, /* Needed !!! */
|
H A D | sunxvr500.c | 177 static void e3d_copyarea(struct fb_info *info, const struct fb_copyarea *area) in e3d_copyarea() 195 .fb_copyarea = e3d_copyarea,
|
H A D | hpfb.c | 146 static void hpfb_copyarea(struct fb_info *info, const struct fb_copyarea *area) in hpfb_copyarea() 193 .fb_copyarea = hpfb_copyarea,
|
H A D | hgafb.c | 492 static void hgafb_copyarea(struct fb_info *info, const struct fb_copyarea *area) in hgafb_copyarea() 549 .fb_copyarea = hgafb_copyarea,
|
H A D | hitfb.c | 164 static void hitfb_copyarea(struct fb_info *p, const struct fb_copyarea *area) in hitfb_copyarea() 339 .fb_copyarea = hitfb_copyarea,
|
H A D | cg6.c | 38 static void cg6_copyarea(struct fb_info *info, const struct fb_copyarea *area); 56 .fb_copyarea = cg6_copyarea, 356 static void cg6_copyarea(struct fb_info *info, const struct fb_copyarea *area) in cg6_copyarea()
|
H A D | wmt_ge_rops.c | 80 void wmt_ge_copyarea(struct fb_info *p, const struct fb_copyarea *area) in wmt_ge_copyarea()
|
H A D | ffb.c | 38 static void ffb_copyarea(struct fb_info *, const struct fb_copyarea *); 56 .fb_copyarea = ffb_copyarea, 516 static void ffb_copyarea(struct fb_info *info, const struct fb_copyarea *area) in ffb_copyarea()
|
H A D | pm3fb.c | 441 const struct fb_copyarea *area) in pm3fb_copyarea() 444 struct fb_copyarea modded; in pm3fb_copyarea() 455 memcpy(&modded, area, sizeof(struct fb_copyarea)); in pm3fb_copyarea() 1212 .fb_copyarea = pm3fb_copyarea,
|
/linux/include/linux/ |
H A D | fb.h | 285 void (*fb_copyarea) (struct fb_info *info, const struct fb_copyarea *region); member 551 extern void cfb_copyarea(struct fb_info *info, const struct fb_copyarea *area); 565 .fb_copyarea = cfb_copyarea, \ 581 extern void sys_copyarea(struct fb_info *info, const struct fb_copyarea *area); 594 .fb_copyarea = sys_copyarea, \ 607 .fb_copyarea = sys_copyarea, \ 688 const struct fb_copyarea *area) \ 722 .fb_copyarea = __prefix ## _defio_copyarea, \
|
/linux/drivers/video/fbdev/aty/ |
H 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/ |
H A D | mb862xxfb_accel.c | 41 const struct fb_copyarea *area) in mb86290fb_copyarea() 308 fbops->fb_copyarea = cfb_copyarea; in mb862xxfb_init_accel() 313 fbops->fb_copyarea = mb86290fb_copyarea; in mb862xxfb_init_accel()
|
/linux/drivers/video/fbdev/i810/ |
H A D | i810_main.h | 30 const struct fb_copyarea *region);
|
/linux/drivers/video/fbdev/nvidia/ |
H A D | nv_proto.h | 52 const struct fb_copyarea *region);
|
/linux/drivers/video/fbdev/savage/ |
H A D | savagefb_accel.c | 31 void savagefb_copyarea(struct fb_info *info, const struct fb_copyarea *region) in savagefb_copyarea()
|
/linux/drivers/video/fbdev/core/ |
H A D | fbcon_ccw.c | 67 struct fb_copyarea area; in ccw_bmove() 77 info->fbops->fb_copyarea(info, &area); in ccw_bmove()
|
H A D | bitblit.c | 49 struct fb_copyarea area; in bit_bmove() 58 info->fbops->fb_copyarea(info, &area); in bit_bmove()
|
H A D | fbcon_cw.c | 52 struct fb_copyarea area; in cw_bmove() 62 info->fbops->fb_copyarea(info, &area); in cw_bmove()
|
H A D | fbcon_ud.c | 52 struct fb_copyarea area; in ud_bmove() 63 info->fbops->fb_copyarea(info, &area); in ud_bmove()
|
/linux/include/uapi/linux/ |
H A D | fb.h | 336 struct fb_copyarea { struct
|
/linux/drivers/staging/sm750fb/ |
H A D | sm750.c | 203 const struct fb_copyarea *region) in lynxfb_ops_copyarea() 696 .fb_copyarea = lynxfb_ops_copyarea, 710 .fb_copyarea = lynxfb_ops_copyarea,
|