Home
last modified time | relevance | path

Searched refs:fb_copyarea (Results 1 – 25 of 167) sorted by relevance

1234567

/linux-3.4.99/drivers/gpu/drm/nouveau/
Dnouveau_fbcon.h43 int nv04_fbcon_copyarea(struct fb_info *info, const struct fb_copyarea *region);
49 int nv50_fbcon_copyarea(struct fb_info *info, const struct fb_copyarea *region);
54 int nvc0_fbcon_copyarea(struct fb_info *info, const struct fb_copyarea *region);
Dnouveau_fbcon.c86 nouveau_fbcon_copyarea(struct fb_info *info, const struct fb_copyarea *image) in nouveau_fbcon_copyarea()
212 .fb_copyarea = nouveau_fbcon_copyarea,
227 .fb_copyarea = cfb_copyarea,
/linux-3.4.99/drivers/video/matrox/
Dmatroxfb_accel.c104 static void matroxfb_copyarea(struct fb_info* info, const struct fb_copyarea* area);
108 static void matroxfb_cfb4_copyarea(struct fb_info* info, const struct fb_copyarea* area);
121 minfo->fbops.fb_copyarea = cfb_copyarea; in matrox_cfbX_init()
134 minfo->fbops.fb_copyarea = matroxfb_cfb4_copyarea; in matrox_cfbX_init()
142 minfo->fbops.fb_copyarea = matroxfb_copyarea; in matrox_cfbX_init()
153 minfo->fbops.fb_copyarea = matroxfb_copyarea; in matrox_cfbX_init()
161 minfo->fbops.fb_copyarea = matroxfb_copyarea; in matrox_cfbX_init()
169 minfo->fbops.fb_copyarea = matroxfb_copyarea; in matrox_cfbX_init()
291 static void matroxfb_cfb4_copyarea(struct fb_info* info, const struct fb_copyarea* area) { in matroxfb_cfb4_copyarea()
300 static void matroxfb_copyarea(struct fb_info* info, const struct fb_copyarea* area) { in matroxfb_copyarea()
/linux-3.4.99/drivers/video/
Ddnfb.c108 static void dnfb_copyarea(struct fb_info *info, const struct fb_copyarea *area);
114 .fb_copyarea = dnfb_copyarea,
148 void dnfb_copyarea(struct fb_info *info, const struct fb_copyarea *area) in dnfb_copyarea()
Dwmt_ge_rops.h4 const struct fb_copyarea *area);
Dhecubafb.c135 const struct fb_copyarea *area) in hecubafb_copyarea()
205 .fb_copyarea = hecubafb_copyarea,
Dskeletonfb.c519 void xxxfb_copyarea(struct fb_info *p, const struct fb_copyarea *area) in xxxfb_copyarea()
665 .fb_copyarea = xxxfb_copyarea, /* Needed !!! */
Dmaxinefb.c112 .fb_copyarea = cfb_copyarea,
Dq40fb.c82 .fb_copyarea = cfb_copyarea,
Dhpfb.c145 static void hpfb_copyarea(struct fb_info *info, const struct fb_copyarea *area) in hpfb_copyarea()
191 .fb_copyarea = hpfb_copyarea,
Dfb-puv3.c205 const struct fb_copyarea *area) in unifb_prim_copyarea()
283 static void unifb_copyarea(struct fb_info *info, const struct fb_copyarea *area) in unifb_copyarea()
285 struct fb_copyarea modded; in unifb_copyarea()
669 .fb_copyarea = unifb_copyarea,
Dsunxvr500.c175 static void e3d_copyarea(struct fb_info *info, const struct fb_copyarea *area) in e3d_copyarea()
192 .fb_copyarea = e3d_copyarea,
Dg364fb.c120 .fb_copyarea = cfb_copyarea,
Dhgafb.c477 static void hgafb_copyarea(struct fb_info *info, const struct fb_copyarea *area) in hgafb_copyarea()
533 .fb_copyarea = hgafb_copyarea,
/linux-3.4.99/drivers/video/aty/
Dradeon_accel.c98 const struct fb_copyarea *area) in radeonfb_prim_copyarea()
134 void radeonfb_copyarea(struct fb_info *info, const struct fb_copyarea *area) in radeonfb_copyarea()
137 struct fb_copyarea modded; in radeonfb_copyarea()
/linux-3.4.99/drivers/video/mb862xx/
Dmb862xxfb_accel.c47 const struct fb_copyarea *area) in mb86290fb_copyarea()
316 info->fbops->fb_copyarea = cfb_copyarea; in mb862xxfb_init_accel()
321 info->fbops->fb_copyarea = mb86290fb_copyarea; in mb862xxfb_init_accel()
/linux-3.4.99/drivers/gpu/drm/gma500/
Daccel_2d.c240 const struct fb_copyarea *a) in psbfb_copyarea_accel()
303 const struct fb_copyarea *region) in psbfb_copyarea()
Dframebuffer.c199 .fb_copyarea = psbfb_copyarea,
213 .fb_copyarea = cfb_copyarea,
227 .fb_copyarea = cfb_copyarea,
/linux-3.4.99/include/linux/
Dfb.h345 struct fb_copyarea { struct
665 void (*fb_copyarea) (struct fb_info *info, const struct fb_copyarea *region); member
989 extern void cfb_copyarea(struct fb_info *info, const struct fb_copyarea *area);
995 extern void sys_copyarea(struct fb_info *info, const struct fb_copyarea *area);
/linux-3.4.99/drivers/video/i810/
Di810_main.h30 const struct fb_copyarea *region);
/linux-3.4.99/drivers/video/nvidia/
Dnv_proto.h59 const struct fb_copyarea *region);
/linux-3.4.99/drivers/auxdisplay/
Dcfag12864bfb.c78 .fb_copyarea = sys_copyarea,
/linux-3.4.99/drivers/staging/omapdrm/
Domap_fbdev.c67 const struct fb_copyarea *area) in omap_fbdev_copyarea()
126 .fb_copyarea = omap_fbdev_copyarea,
/linux-3.4.99/drivers/video/savage/
Dsavagefb_accel.c31 void savagefb_copyarea(struct fb_info *info, const struct fb_copyarea *region) in savagefb_copyarea()
/linux-3.4.99/drivers/video/pnx4008/
Dpnxrgbfb.c89 .fb_copyarea = cfb_copyarea,

1234567