Home
last modified time | relevance | path

Searched defs:fb_copyarea (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dfb.h342 struct fb_copyarea { struct
343 __u32 dx;
344 __u32 dy;
345 __u32 width;
346 __u32 height;
347 __u32 sx;
348 __u32 sy;
/openbmc/u-boot/include/linux/
H A Dfb.h203 struct fb_copyarea { struct
204 __u32 dx;
205 __u32 dy;
206 __u32 width;
207 __u32 height;
208 __u32 sx;
209 __u32 sy;
/openbmc/linux/include/linux/
H A Dfb.h275 void (*fb_copyarea) (struct fb_info *info, const struct fb_copyarea *region); member