Searched refs:fb_cmap (Results 1 – 2 of 2) sorted by relevance
291 struct fb_cmap { struct378 struct fb_cmap cmap; /* color map info */660 int (*fb_setcmap)(struct fb_cmap *cmap, struct fb_info *info);857 struct fb_cmap cmap; /* Current cmap */1142 extern int fb_alloc_cmap(struct fb_cmap *cmap, int len, int transp);1143 extern int fb_alloc_cmap_gfp(struct fb_cmap *cmap, int len, int transp, gfp_t flags);1144 extern void fb_dealloc_cmap(struct fb_cmap *cmap);1145 extern int fb_copy_cmap(const struct fb_cmap *from, struct fb_cmap *to);1146 extern int fb_cmap_to_user(const struct fb_cmap *from, struct fb_cmap_user *to);1147 extern int fb_set_cmap(struct fb_cmap *cmap, struct fb_info *fb_info);[all …]
1785 struct fb_cmap cmap; in FB_SavePaletteTo()1798 struct fb_cmap cmap; in FB_RestorePaletteFrom()1868 struct fb_cmap cmap; in FB_SetColors()