Lines Matching defs:fb_cmap
291 struct fb_cmap {
378 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);
1149 extern const struct fb_cmap *fb_default_cmap(int len);