Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A 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 */
/openbmc/u-boot/include/linux/
H A Dfb.h143 struct fb_cmap { struct
144 __u32 start; /* First entry */
145 __u32 len; /* Number of entries */
146 __u16 *red; /* Red values */
147 __u16 *green;
148 __u16 *blue;
149 __u16 *transp; /* transparency, can be NULL */