Searched defs:fb_copyarea (Results 1 – 1 of 1) sorted by relevance
95949 struct fb_copyarea { struct95950 __u32 dx;95951 __u32 dy;95952 __u32 width;95953 __u32 height;95954 __u32 sx;95955 __u32 sy;96151 void (*fb_copyarea)(struct fb_info *, const struct fb_copyarea *); member