Searched refs:cfb_imageblit (Results 1 – 25 of 117) sorted by relevance
12345
| /Linux-v4.19/drivers/video/fbdev/mb862xx/ |
| D | mb862xxfb_accel.c | 244 cfb_imageblit(info, image); in mb86290fb_imageblit() 250 return cfb_imageblit(info, image); in mb86290fb_imageblit() 317 info->fbops->fb_imageblit = cfb_imageblit; in mb862xxfb_init_accel()
|
| /Linux-v4.19/drivers/video/fbdev/ |
| D | maxinefb.c | 113 .fb_imageblit = cfb_imageblit,
|
| D | q40fb.c | 83 .fb_imageblit = cfb_imageblit,
|
| D | sunxvr500.c | 156 cfb_imageblit(info, image); in e3d_imageblit() 158 cfb_imageblit(info, image); in e3d_imageblit()
|
| D | g364fb.c | 121 .fb_imageblit = cfb_imageblit,
|
| D | sunxvr1000.c | 67 .fb_imageblit = cfb_imageblit,
|
| D | fm2fb.c | 174 .fb_imageblit = cfb_imageblit,
|
| D | sunxvr2500.c | 71 .fb_imageblit = cfb_imageblit,
|
| D | clps711xfb.c | 179 .fb_imageblit = cfb_imageblit,
|
| D | pmag-ba-fb.c | 125 .fb_imageblit = cfb_imageblit,
|
| D | dnfb.c | 115 .fb_imageblit = cfb_imageblit,
|
| D | pmag-aa-fb.c | 155 .fb_imageblit = cfb_imageblit,
|
| D | bw2.c | 44 .fb_imageblit = cfb_imageblit,
|
| D | p9100.c | 45 .fb_imageblit = cfb_imageblit,
|
| D | hpfb.c | 192 .fb_imageblit = cfb_imageblit,
|
| D | xilinxfb.c | 256 .fb_imageblit = cfb_imageblit,
|
| D | goldfishfb.c | 181 .fb_imageblit = cfb_imageblit,
|
| /Linux-v4.19/drivers/video/fbdev/core/ |
| D | cfbimgblt.c | 265 void cfb_imageblit(struct fb_info *p, const struct fb_image *image) in cfb_imageblit() function 308 EXPORT_SYMBOL(cfb_imageblit);
|
| /Linux-v4.19/drivers/video/fbdev/savage/ |
| D | savagefb_accel.c | 103 cfb_imageblit(info, image); in savagefb_imageblit()
|
| /Linux-v4.19/samples/vfio-mdev/ |
| D | mdpy-fb.c | 95 .fb_imageblit = cfb_imageblit,
|
| /Linux-v4.19/drivers/video/fbdev/matrox/ |
| D | matroxfb_accel.c | 123 minfo->fbops.fb_imageblit = cfb_imageblit; in matrox_cfbX_init() 515 cfb_imageblit(info, image); in matroxfb_imageblit()
|
| /Linux-v4.19/drivers/media/platform/vivid/ |
| D | vivid-osd.c | 254 .fb_imageblit = cfb_imageblit,
|
| /Linux-v4.19/drivers/video/fbdev/aty/ |
| D | radeon_accel.c | 180 cfb_imageblit(info, image); in radeonfb_imageblit()
|
| /Linux-v4.19/drivers/video/fbdev/nvidia/ |
| D | nv_accel.c | 417 cfb_imageblit(info, image); in nvidiafb_imageblit()
|
| /Linux-v4.19/drivers/video/fbdev/i810/ |
| D | i810_accel.c | 374 cfb_imageblit(info, image); in i810fb_imageblit()
|
12345