Home
last modified time | relevance | path

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

123

/drivers/video/fbdev/matrox/
A Dmatroxfb_accel.c107 static void matroxfb_copyarea(struct fb_info* info, const struct fb_copyarea* area);
111 static void matroxfb_cfb4_copyarea(struct fb_info* info, const struct fb_copyarea* area);
124 minfo->fbops.fb_copyarea = cfb_copyarea; in matrox_cfbX_init()
137 minfo->fbops.fb_copyarea = matroxfb_cfb4_copyarea; in matrox_cfbX_init()
145 minfo->fbops.fb_copyarea = matroxfb_copyarea; in matrox_cfbX_init()
156 minfo->fbops.fb_copyarea = matroxfb_copyarea; in matrox_cfbX_init()
164 minfo->fbops.fb_copyarea = matroxfb_copyarea; in matrox_cfbX_init()
172 minfo->fbops.fb_copyarea = matroxfb_copyarea; in matrox_cfbX_init()
294 static void matroxfb_cfb4_copyarea(struct fb_info* info, const struct fb_copyarea* area) { in matroxfb_cfb4_copyarea()
303 static void matroxfb_copyarea(struct fb_info* info, const struct fb_copyarea* area) { in matroxfb_copyarea()
/drivers/video/fbdev/core/
A Dsyscopyarea.c19 void sys_copyarea(struct fb_info *p, const struct fb_copyarea *area) in sys_copyarea()
24 fb_copyarea(p, area); in sys_copyarea()
A Dcfbcopyarea.c19 void cfb_copyarea(struct fb_info *p, const struct fb_copyarea *area) in cfb_copyarea()
30 fb_copyarea(p, area); in cfb_copyarea()
A Dfb_copyarea.h376 static inline void fb_copyarea(struct fb_info *p, const struct fb_copyarea *area) in fb_copyarea() function
A Dbitblit.c49 struct fb_copyarea area; in bit_bmove()
58 info->fbops->fb_copyarea(info, &area); in bit_bmove()
A Dfbcon_ccw.c67 struct fb_copyarea area; in ccw_bmove()
77 info->fbops->fb_copyarea(info, &area); in ccw_bmove()
A Dfbcon_cw.c52 struct fb_copyarea area; in cw_bmove()
62 info->fbops->fb_copyarea(info, &area); in cw_bmove()
A Dfbcon_ud.c52 struct fb_copyarea area; in ud_bmove()
63 info->fbops->fb_copyarea(info, &area); in ud_bmove()
/drivers/video/fbdev/
A Dwmt_ge_rops.h7 const struct fb_copyarea *area);
24 const struct fb_copyarea *area) in wmt_ge_copyarea()
A Ddnfb.c109 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()
A Dskeletonfb.c518 void xxxfb_copyarea(struct fb_info *p, const struct fb_copyarea *area) in xxxfb_copyarea()
648 .fb_copyarea = xxxfb_copyarea, /* Needed !!! */
A Dsbuslib.h42 .fb_copyarea = cfb_copyarea, \
A Dhpfb.c146 static void hpfb_copyarea(struct fb_info *info, const struct fb_copyarea *area) in hpfb_copyarea()
193 .fb_copyarea = hpfb_copyarea,
A Dsunxvr500.c177 static void e3d_copyarea(struct fb_info *info, const struct fb_copyarea *area) in e3d_copyarea()
195 .fb_copyarea = e3d_copyarea,
A Dhgafb.c492 static void hgafb_copyarea(struct fb_info *info, const struct fb_copyarea *area) in hgafb_copyarea()
549 .fb_copyarea = hgafb_copyarea,
A Dhitfb.c164 static void hitfb_copyarea(struct fb_info *p, const struct fb_copyarea *area) in hitfb_copyarea()
339 .fb_copyarea = hitfb_copyarea,
A Dcg6.c38 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()
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) in ffb_copyarea()
A Dwmt_ge_rops.c107 void wmt_ge_copyarea(struct fb_info *p, const struct fb_copyarea *area) in wmt_ge_copyarea()
A Dpm3fb.c441 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,
/drivers/video/fbdev/aty/
A Dradeon_accel.c99 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()
/drivers/video/fbdev/mb862xx/
A Dmb862xxfb_accel.c41 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()
/drivers/video/fbdev/i810/
A Di810_main.h30 const struct fb_copyarea *region);
/drivers/video/fbdev/nvidia/
A Dnv_proto.h52 const struct fb_copyarea *region);
/drivers/video/fbdev/savage/
A Dsavagefb_accel.c31 void savagefb_copyarea(struct fb_info *info, const struct fb_copyarea *region) in savagefb_copyarea()

Completed in 46 milliseconds

123