Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/uapi/linux/
Dfb.h282 struct fb_cmap { struct
283 __u32 start; /* First entry */
284 __u32 len; /* Number of entries */
285 __u16 *red; /* Red values */
286 __u16 *green;
287 __u16 *blue;
288 __u16 *transp; /* transparency, can be NULL */
/kernel/linux/linux-4.19/include/uapi/linux/
Dfb.h281 struct fb_cmap { struct
282 __u32 start; /* First entry */
283 __u32 len; /* Number of entries */
284 __u16 *red; /* Red values */
285 __u16 *green;
286 __u16 *blue;
287 __u16 *transp; /* transparency, can be NULL */
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dfb.h235 struct fb_cmap { struct
236 __u32 start;
237 __u32 len;
238 __u16 *red;
239 __u16 *green;
240 __u16 *blue;
241 __u16 *transp;
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dfb.h238 struct fb_cmap { struct
239 __u32 start;
240 __u32 len;
241 __u16 * red;
242 __u16 * green;
243 __u16 * blue;
244 __u16 * transp;