Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dffb.c37 static void ffb_copyarea(struct fb_info *, const struct fb_copyarea *);
53 .fb_copyarea = ffb_copyarea,
516 static void ffb_copyarea(struct fb_info *info, const struct fb_copyarea *area) in ffb_copyarea() function