Home
last modified time | relevance | path

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

1234567

/linux-6.3-rc2/drivers/video/fbdev/matrox/
A Dmatroxfb_accel.c105 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-6.3-rc2/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);
115 .fb_copyarea = dnfb_copyarea,
149 void dnfb_copyarea(struct fb_info *info, const struct fb_copyarea *area) in dnfb_copyarea()
A Dhecubafb.c134 const struct fb_copyarea *area) in hecubafb_copyarea()
204 .fb_copyarea = hecubafb_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 Dmaxinefb.c112 .fb_copyarea = cfb_copyarea,
A Dq40fb.c81 .fb_copyarea = cfb_copyarea,
A Dsunxvr500.c177 static void e3d_copyarea(struct fb_info *info, const struct fb_copyarea *area) in e3d_copyarea()
194 .fb_copyarea = e3d_copyarea,
A Dhpfb.c146 static void hpfb_copyarea(struct fb_info *info, const struct fb_copyarea *area) in hpfb_copyarea()
192 .fb_copyarea = hpfb_copyarea,
A Dg364fb.c119 .fb_copyarea = cfb_copyarea,
A Dhgafb.c483 static void hgafb_copyarea(struct fb_info *info, const struct fb_copyarea *area) in hgafb_copyarea()
539 .fb_copyarea = hgafb_copyarea,
A Dhitfb.c148 static void hitfb_copyarea(struct fb_info *p, const struct fb_copyarea *area) in hitfb_copyarea()
322 .fb_copyarea = hitfb_copyarea,
A Dsunxvr1000.c66 .fb_copyarea = cfb_copyarea,
A Dfm2fb.c173 .fb_copyarea = cfb_copyarea,
A Dwmt_ge_rops.c78 void wmt_ge_copyarea(struct fb_info *p, const struct fb_copyarea *area) in wmt_ge_copyarea()
/linux-6.3-rc2/include/drm/
A Ddrm_fb_helper.h274 const struct fb_copyarea *area);
286 const struct fb_copyarea *area);
421 const struct fb_copyarea *area) in drm_fb_helper_sys_copyarea()
448 const struct fb_copyarea *area) in drm_fb_helper_cfb_copyarea()
/linux-6.3-rc2/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()
/linux-6.3-rc2/drivers/video/fbdev/mb862xx/
A Dmb862xxfb_accel.c43 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-6.3-rc2/drivers/video/fbdev/i810/
A Di810_main.h30 const struct fb_copyarea *region);
/linux-6.3-rc2/include/linux/
A Dfb.h273 void (*fb_copyarea) (struct fb_info *info, const struct fb_copyarea *region); member
579 extern void cfb_copyarea(struct fb_info *info, const struct fb_copyarea *area);
585 extern void sys_copyarea(struct fb_info *info, const struct fb_copyarea *area);
/linux-6.3-rc2/drivers/video/fbdev/nvidia/
A Dnv_proto.h52 const struct fb_copyarea *region);
/linux-6.3-rc2/drivers/auxdisplay/
A Dcfag12864bfb.c62 .fb_copyarea = sys_copyarea,
/linux-6.3-rc2/drivers/gpu/drm/
A Ddrm_fbdev_generic.c129 const struct fb_copyarea *area) in drm_fbdev_fb_copyarea()
156 .fb_copyarea = drm_fbdev_fb_copyarea,
/linux-6.3-rc2/drivers/video/fbdev/savage/
A Dsavagefb_accel.c31 void savagefb_copyarea(struct fb_info *info, const struct fb_copyarea *region) in savagefb_copyarea()
/linux-6.3-rc2/drivers/gpu/drm/armada/
A Darmada_fbdev.c25 .fb_copyarea = drm_fb_helper_cfb_copyarea,

Completed in 26 milliseconds

1234567