Home
last modified time | relevance | path

Searched refs:sys_imageblit (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/video/fbdev/core/
H A Dsysimgblt.c19 void sys_imageblit(struct fb_info *p, const struct fb_image *image) in sys_imageblit() function
26 EXPORT_SYMBOL(sys_imageblit);
H A DKconfig81 Include the sys_imageblit function for generic software image
/linux/include/linux/
H A Dfb.h575 extern void sys_imageblit(struct fb_info *info, const struct fb_image *image);
588 .fb_imageblit = sys_imageblit
601 .fb_imageblit = sys_imageblit
/linux/drivers/video/fbdev/
H A Dwm8505fb.c256 .fb_imageblit = sys_imageblit,
H A Dvt8500lcdfb.c249 .fb_imageblit = sys_imageblit,
H A Dsh_mobile_lcdcfb.c1673 sys_imageblit(info, image); in sh_mobile_lcdc_imageblit()