Home
last modified time | relevance | path

Searched defs:fb_image (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dfb.h295 struct fb_image { struct
296 __u32 dx;
297 __u32 dy;
298 __u32 width;
322 struct fb_image image; argument
/kernel/linux/linux-6.6/include/uapi/linux/
Dfb.h360 struct fb_image { struct
361 __u32 dx; /* Where to place image */
362 __u32 dy;
363 __u32 width; /* Size of image */
364 __u32 height;
365 __u32 fg_color; /* Only used when a mono bitmap */
366 __u32 bg_color;
367 __u8 depth; /* Depth of the image */
368 const char *data; /* Pointer to image data */
369 struct fb_cmap cmap; /* color map info */
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dfb.h297 struct fb_image { struct
298 __u32 dx;
299 __u32 dy;
300 __u32 width;
324 struct fb_image image; argument
/kernel/linux/linux-5.10/include/uapi/linux/
Dfb.h360 struct fb_image { struct
361 __u32 dx; /* Where to place image */
362 __u32 dy;
363 __u32 width; /* Size of image */
364 __u32 height;
365 __u32 fg_color; /* Only used when a mono bitmap */
366 __u32 bg_color;
367 __u8 depth; /* Depth of the image */
368 const char *data; /* Pointer to image data */
369 struct fb_cmap cmap; /* color map info */
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
Dfb.h295 struct fb_image { struct
296 __u32 dx;
297 __u32 dy;
298 __u32 width;
322 struct fb_image image; argument
/kernel/linux/linux-5.10/drivers/gpu/drm/qxl/
Dqxl_drv.h173 struct fb_image fb_image; member