Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/
H A Dffb.c36 static void ffb_imageblit(struct fb_info *, const struct fb_image *);
57 .fb_imageblit = ffb_imageblit,
545 * ffb_imageblit - Copies a image from system memory to the screen.
550 static void ffb_imageblit(struct fb_info *info, const struct fb_image *image) in ffb_imageblit() function