/openbmc/linux/drivers/video/fbdev/matrox/ |
H A D | matroxfb_accel.c | 124 minfo->fbops.fb_imageblit = cfb_imageblit; in matrox_cfbX_init() 145 minfo->fbops.fb_imageblit = matroxfb_imageblit; in matrox_cfbX_init() 156 minfo->fbops.fb_imageblit = matroxfb_imageblit; in matrox_cfbX_init() 164 minfo->fbops.fb_imageblit = matroxfb_imageblit; in matrox_cfbX_init() 172 minfo->fbops.fb_imageblit = matroxfb_imageblit; in matrox_cfbX_init()
|
/openbmc/linux/include/linux/ |
H A D | fb.h | 277 void (*fb_imageblit) (struct fb_info *info, const struct fb_image *image); member 547 .fb_imageblit = cfb_imageblit 576 .fb_imageblit = sys_imageblit 589 .fb_imageblit = sys_imageblit 708 .fb_imageblit = __prefix ## _defio_imageblit
|
/openbmc/linux/drivers/video/fbdev/core/ |
H A D | softcursor.c | 74 info->fbops->fb_imageblit(info, image); in soft_cursor()
|
H A D | fbmem.c | 427 info->fbops->fb_imageblit(info, image); in fb_do_show_logo() 434 info->fbops->fb_imageblit(info, image); in fb_do_show_logo() 441 info->fbops->fb_imageblit(info, image); in fb_do_show_logo() 448 info->fbops->fb_imageblit(info, image); in fb_do_show_logo()
|
H A D | bitblit.c | 105 info->fbops->fb_imageblit(info, image); in bit_putcs_aligned() 139 info->fbops->fb_imageblit(info, image); in bit_putcs_unaligned()
|
H A D | fbcon_ud.c | 113 info->fbops->fb_imageblit(info, image); in ud_putcs_aligned() 147 info->fbops->fb_imageblit(info, image); in ud_putcs_unaligned()
|
/openbmc/linux/drivers/auxdisplay/ |
H A D | cfag12864bfb.c | 63 .fb_imageblit = sys_imageblit,
|
/openbmc/linux/drivers/video/fbdev/mb862xx/ |
H A D | mb862xxfb_accel.c | 309 fbops->fb_imageblit = cfb_imageblit; in mb862xxfb_init_accel() 314 fbops->fb_imageblit = mb86290fb_imageblit; in mb862xxfb_init_accel()
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | dnfb.c | 116 .fb_imageblit = cfb_imageblit,
|
H A D | skeletonfb.c | 649 .fb_imageblit = xxxfb_imageblit, /* Needed !!! */
|
H A D | p9100.c | 47 .fb_imageblit = cfb_imageblit,
|
H A D | bw2.c | 46 .fb_imageblit = cfb_imageblit,
|
H A D | sunxvr500.c | 195 .fb_imageblit = e3d_imageblit,
|
H A D | hpfb.c | 193 .fb_imageblit = cfb_imageblit,
|
H A D | clps711x-fb.c | 164 .fb_imageblit = sys_imageblit,
|
H A D | 68328fb.c | 104 .fb_imageblit = cfb_imageblit,
|
H A D | cg3.c | 49 .fb_imageblit = cfb_imageblit,
|
H A D | wm8505fb.c | 255 .fb_imageblit = sys_imageblit,
|
H A D | vfb.c | 91 .fb_imageblit = sys_imageblit,
|
H A D | hgafb.c | 540 .fb_imageblit = hgafb_imageblit,
|
H A D | tcx.c | 51 .fb_imageblit = cfb_imageblit,
|
H A D | hitfb.c | 339 .fb_imageblit = cfb_imageblit,
|
H A D | cg14.c | 49 .fb_imageblit = cfb_imageblit,
|
/openbmc/linux/drivers/video/fbdev/nvidia/ |
H A D | nvidia.c | 661 nvidia_fb_ops.fb_imageblit = nvidiafb_imageblit; in nvidiafb_set_par() 670 nvidia_fb_ops.fb_imageblit = cfb_imageblit; in nvidiafb_set_par() 1038 .fb_imageblit = nvidiafb_imageblit,
|
/openbmc/linux/drivers/staging/sm750fb/ |
H A D | sm750.c | 673 .fb_imageblit = cfb_imageblit, 744 lynxfb_ops.fb_imageblit = lynxfb_ops_imageblit; in lynxfb_set_fbinfo()
|