Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dfb.h281 struct fb_copyarea { struct
282 __u32 dx;
283 __u32 dy;
284 __u32 width;
285 __u32 height;
286 __u32 sx;
287 __u32 sy;
/kernel/linux/linux-5.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;
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dfb.h279 struct fb_copyarea { struct
280 __u32 dx;
281 __u32 dy;
282 __u32 width;
283 __u32 height;
284 __u32 sx;
285 __u32 sy;
/kernel/linux/linux-5.10/include/linux/
Dfb.h265 void (*fb_copyarea) (struct fb_info *info, const struct fb_copyarea *region); member