Searched defs:fb_copyarea (Results 1 – 1 of 1) sorted by relevance
351 struct fb_copyarea { struct352 __u32 dx;353 __u32 dy;354 __u32 width;355 __u32 height;356 __u32 sx;357 __u32 sy;671 void (*fb_copyarea) (struct fb_info *info, const struct fb_copyarea *region); member