Home
last modified time | relevance | path

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

/linux-5.19.10/include/uapi/linux/
Dfb.h342 struct fb_copyarea { struct
343 __u32 dx;
344 __u32 dy;
345 __u32 width;
346 __u32 height;
347 __u32 sx;
348 __u32 sy;
/linux-5.19.10/include/linux/
Dfb.h274 void (*fb_copyarea) (struct fb_info *info, const struct fb_copyarea *region); member