Home
last modified time | relevance | path

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

/external/kernel-headers/original/linux/
Dfb.h255 struct fb_cmap { struct
342 struct fb_cmap cmap; /* color map info */
588 int (*fb_setcmap)(struct fb_cmap *cmap, struct fb_info *info);
758 struct fb_cmap cmap; /* Current cmap */
969 extern int fb_alloc_cmap(struct fb_cmap *cmap, int len, int transp);
970 extern void fb_dealloc_cmap(struct fb_cmap *cmap);
971 extern int fb_copy_cmap(struct fb_cmap *from, struct fb_cmap *to);
972 extern int fb_cmap_to_user(struct fb_cmap *from, struct fb_cmap_user *to);
973 extern int fb_set_cmap(struct fb_cmap *cmap, struct fb_info *fb_info);
975 extern struct fb_cmap *fb_default_cmap(int len);
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
DSDL_fbvideo.c1513 struct fb_cmap cmap; in FB_SavePaletteTo()
1526 struct fb_cmap cmap; in FB_RestorePaletteFrom()
1596 struct fb_cmap cmap; in FB_SetColors()