Home | History | Annotate | Download | only in linux

Lines Matching refs:fb_cmap

283 struct fb_cmap {
370 struct fb_cmap cmap; /* color map info */
653 int (*fb_setcmap)(struct fb_cmap *cmap, struct fb_info *info);
850 struct fb_cmap cmap; /* Current cmap */
1134 extern int fb_alloc_cmap(struct fb_cmap *cmap, int len, int transp);
1135 extern int fb_alloc_cmap_gfp(struct fb_cmap *cmap, int len, int transp, gfp_t flags);
1136 extern void fb_dealloc_cmap(struct fb_cmap *cmap);
1137 extern int fb_copy_cmap(const struct fb_cmap *from, struct fb_cmap *to);
1138 extern int fb_cmap_to_user(const struct fb_cmap *from, struct fb_cmap_user *to);
1139 extern int fb_set_cmap(struct fb_cmap *cmap, struct fb_info *fb_info);
1141 extern const struct fb_cmap *fb_default_cmap(int len);