Searched defs:fb_copyarea (Results 1 – 2 of 2) sorted by relevance
341 struct fb_copyarea { struct342 __u32 dx;343 __u32 dy;344 __u32 width;345 __u32 height;346 __u32 sx;347 __u32 sy;
293 void (*fb_copyarea) (struct fb_info *info, const struct fb_copyarea *region); member