fb_cmap           119 include/drm/drm_fb_helper.h int drm_fb_helper_setcmap(struct fb_cmap *cmap, struct fb_info *info);
fb_cmap           263 include/linux/fb.h 	int (*fb_setcmap)(struct fb_cmap *cmap, struct fb_info *info);
fb_cmap           460 include/linux/fb.h 	struct fb_cmap cmap;		/* Current cmap */
fb_cmap           753 include/linux/fb.h extern int fb_alloc_cmap(struct fb_cmap *cmap, int len, int transp);
fb_cmap           754 include/linux/fb.h extern int fb_alloc_cmap_gfp(struct fb_cmap *cmap, int len, int transp, gfp_t flags);
fb_cmap           755 include/linux/fb.h extern void fb_dealloc_cmap(struct fb_cmap *cmap);
fb_cmap           756 include/linux/fb.h extern int fb_copy_cmap(const struct fb_cmap *from, struct fb_cmap *to);
fb_cmap           757 include/linux/fb.h extern int fb_cmap_to_user(const struct fb_cmap *from, struct fb_cmap_user *to);
fb_cmap           758 include/linux/fb.h extern int fb_set_cmap(struct fb_cmap *cmap, struct fb_info *fb_info);
fb_cmap           760 include/linux/fb.h extern const struct fb_cmap *fb_default_cmap(int len);
fb_cmap           367 include/uapi/linux/fb.h 	struct fb_cmap cmap;	/* color map info */