Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/
H A Dwmt_ge_rops.h26 sys_copyarea(p, area); in wmt_ge_copyarea()
/linux/drivers/video/fbdev/core/
H A Dsyscopyarea.c315 void sys_copyarea(struct fb_info *p, const struct fb_copyarea *area) in sys_copyarea() function
368 EXPORT_SYMBOL(sys_copyarea);
H A DKconfig88 Include the sys_copyarea function for generic software area copying.
/linux/include/linux/
H A Dfb.h581 extern void sys_copyarea(struct fb_info *info, const struct fb_copyarea *area);
594 .fb_copyarea = sys_copyarea, \
607 .fb_copyarea = sys_copyarea, \