Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/
Dfb.h336 struct fb_copyarea { struct
337 __u32 dx;
338 __u32 dy;
339 __u32 width;
340 __u32 height;
341 __u32 sx;
342 __u32 sy;
/linux-6.15/drivers/video/fbdev/core/
Dfb_copyarea.h376 static inline void fb_copyarea(struct fb_info *p, const struct fb_copyarea *area) in fb_copyarea() function
/linux-6.15/include/linux/
Dfb.h286 void (*fb_copyarea) (struct fb_info *info, const struct fb_copyarea *region); member