Searched refs:fb_copyarea (Results 26 - 50 of 65) sorted by relevance

123

/linux-master/drivers/video/fbdev/
H A Dffb.c38 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)
H A Dvga16fb.c971 static void vga_8planes_copyarea(struct fb_info *info, const struct fb_copyarea *area)
1026 static void vga16fb_copyarea(struct fb_info *info, const struct fb_copyarea *area)
1300 .fb_copyarea = vga16fb_copyarea,
H A Dpm2fb.c1111 const struct fb_copyarea *area)
1114 struct fb_copyarea modded;
1124 memcpy(&modded, area, sizeof(struct fb_copyarea));
1502 .fb_copyarea = pm2fb_copyarea,
H A Dpm3fb.c441 const struct fb_copyarea *area)
444 struct fb_copyarea modded;
455 memcpy(&modded, area, sizeof(struct fb_copyarea));
1212 .fb_copyarea = pm3fb_copyarea,
H A Dwm8505fb.c255 .fb_copyarea = wmt_ge_copyarea,
H A Dtgafb.c56 static void tgafb_copyarea(struct fb_info *, const struct fb_copyarea *);
83 .fb_copyarea = tgafb_copyarea,
1159 const struct fb_copyarea *area)
1266 tgafb_copyarea(struct fb_info *info, const struct fb_copyarea *area)
H A Ds1d13xxxfb.c427 * @area : fb_copyarea structure
433 s1d13xxxfb_bitblt_copyarea(struct fb_info *info, const struct fb_copyarea *area)
616 .fb_copyarea = s1d13xxxfb_bitblt_copyarea,
H A Dsm501fb.c1302 static void sm501fb_copyarea(struct fb_info *info, const struct fb_copyarea *area)
1463 .fb_copyarea = sm501fb_copyarea,
1479 .fb_copyarea = sm501fb_copyarea,
H A Dneofb.c1396 neo2200_copyarea(struct fb_info *info, const struct fb_copyarea *area)
1509 neofb_copyarea(struct fb_info *info, const struct fb_copyarea *area)
1625 .fb_copyarea = neofb_copyarea,
H A Dcirrusfb.c1771 const struct fb_copyarea *area)
1773 struct fb_copyarea modded;
1787 memcpy(&modded, area, sizeof(struct fb_copyarea));
1971 .fb_copyarea = cirrusfb_copyarea,
H A Dvt8500lcdfb.c248 .fb_copyarea = wmt_ge_copyarea,
H A Dstifb.c1037 stifb_copyarea(struct fb_info *info, const struct fb_copyarea *area)
1175 .fb_copyarea = stifb_copyarea,
H A Dimsttfb.c1033 imsttfb_copyarea(struct fb_info *info, const struct fb_copyarea *area)
1346 .fb_copyarea = imsttfb_copyarea,
H A Dcyber2000fb.c187 cyber2000fb_copyarea(struct fb_info *info, const struct fb_copyarea *region)
1064 .fb_copyarea = cyber2000fb_copyarea,
H A Dtdfxfb.c888 const struct fb_copyarea *area)
1155 .fb_copyarea = tdfxfb_copyarea,
/linux-master/drivers/staging/sm750fb/
H A Dsm750.c203 const struct fb_copyarea *region)
696 .fb_copyarea = lynxfb_ops_copyarea,
710 .fb_copyarea = lynxfb_ops_copyarea,
/linux-master/drivers/video/fbdev/i810/
H A Di810_accel.c326 void i810fb_copyarea(struct fb_info *info, const struct fb_copyarea *region)
/linux-master/drivers/video/fbdev/aty/
H A Dmach64_accel.c199 void atyfb_copyarea(struct fb_info *info, const struct fb_copyarea *area)
H A Dradeonfb.h500 extern void radeonfb_copyarea(struct fb_info *info, const struct fb_copyarea *area);
/linux-master/drivers/video/fbdev/nvidia/
H A Dnv_accel.c298 void nvidiafb_copyarea(struct fb_info *info, const struct fb_copyarea *region)
H A Dnvidia.c663 nvidia_fb_ops.fb_copyarea = nvidiafb_copyarea;
672 nvidia_fb_ops.fb_copyarea = cfb_copyarea;
1038 .fb_copyarea = nvidiafb_copyarea,
/linux-master/drivers/video/fbdev/sis/
H A Dsis_accel.h385 void fbcon_sis_copyarea(struct fb_info *info, const struct fb_copyarea *area);
H A Dsis.h656 const struct fb_copyarea *area);
/linux-master/drivers/video/fbdev/savage/
H A Dsavagefb.h399 const struct fb_copyarea *region);
/linux-master/drivers/video/fbdev/core/
H A Dcfbcopyarea.c381 void cfb_copyarea(struct fb_info *p, const struct fb_copyarea *area)

Completed in 485 milliseconds

123